Skip to content

Commit

Permalink
Merge pull request #6 from evidenceprime/merge-again
Browse files Browse the repository at this point in the history
feat: merge again
  • Loading branch information
salceson authored Nov 27, 2024
2 parents 952287e + 24d4326 commit b2a410a
Show file tree
Hide file tree
Showing 5 changed files with 458 additions and 113 deletions.
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
Loading

0 comments on commit b2a410a

Please sign in to comment.