Skip to content

Commit

Permalink
update delft dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Nov 9, 2024
1 parent a1b40b7 commit 0c07bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.delft
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ RUN python3 preload_embeddings.py --registry ./resources-registry.json && \
RUN mkdir delft && \
cp ./resources-registry.json delft/

ENV GROBID_SERVICE_OPTS "--add-opens java.base/java.lang=ALL-UNNAMED"
ENV GROBID_SERVICE_OPTS "--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED"

CMD ["./grobid-service/bin/grobid-service"]

Expand Down

0 comments on commit 0c07bef

Please sign in to comment.