Skip to content

Commit

Permalink
update delft version
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Feb 28, 2024
1 parent a28a9d7 commit 32ba274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.delft
Expand Up @@ -96,7 +96,7 @@ COPY --from=builder /opt/grobid .
RUN python3 -m pip install pip --upgrade

# install DeLFT via pypi
RUN pip3 install requests delft==0.3.3
RUN pip3 install requests delft==0.3.4
# link the data directory to /data
# the current working directory will most likely be /opt/grobid
RUN mkdir -p /data \
Expand Down

0 comments on commit 32ba274

Please sign in to comment.