File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,11 +101,7 @@ RUN ln -s /opt/grobid/grobid-quantities/resources /opt/grobid/resources
101101WORKDIR /opt/grobid
102102ARG GROBID_VERSION
103103ENV GROBID_VERSION=${GROBID_VERSION:-latest}
104- ENV GROBID_QUANTITIES_OPTS "-Djava.library.path=/opt/grobid/grobid-home/lib/lin-64:/usr/local/lib/python3.8/dist-packages/jep --add-opens java.base/java.lang=ALL-UNNAMED"
105-
106- # This code removes the fixed seeed in DeLFT to increase the uncertanty
107- # RUN sed -i '/seed(7)/d' /usr/local/lib/python3.8/dist-packages/delft/utilities/Utilities.py
108- # RUN sed -i '/from numpy\.random import seed/d' /usr/local/lib/python3.8/dist-packages/delft/utilities/Utilities.py
104+ ENV GROBID_QUANTITIES_OPTS="-Djava.library.path=/opt/grobid/grobid-home/lib/lin-64:/usr/local/lib/python3.11/dist-packages/jep --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED"
109105
110106EXPOSE 8060 8061 5005
111107
You can’t perform that action at this time.
0 commit comments