Skip to content

Commit

Permalink
remove unused delft models from the crf docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Mar 22, 2021
1 parent 0c880e7 commit 7cc6da4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.crf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ RUN rm -rf grobid-home/lib/lin-32
RUN rm -rf grobid-home/lib/win-*
RUN rm -rf grobid-home/lib/mac-64

# cleaning Delft models
RUN rm -rf grobid-home/models/*-BidLSTM_CRF*

RUN ./gradlew clean assemble --no-daemon --info --stacktrace

WORKDIR /opt/grobid
Expand Down

0 comments on commit 7cc6da4

Please sign in to comment.