Skip to content

Commit 73d303e

Browse files
committed
add dependencies and makes path explicit
1 parent 8b90998 commit 73d303e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.evaluation

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV LANG C.UTF-8
1111
USER root
1212

1313
RUN apt-get update && \
14-
apt-get -y --no-install-recommends install unzip wget
14+
apt-get -y --no-install-recommends install unzip wget git git-lfs
1515

1616
WORKDIR /opt/grobid
1717

grobid-home/config/grobid-evaluation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ grobid:
6767
# DeLFT global parameters
6868
# delft installation path if Deep Learning architectures are used to implement one of the sequence labeling model,
6969
# embeddings are usually compiled as lmdb under delft/data (this parameter is ignored if only featured-engineered CRF are used)
70-
install: "../delft"
70+
install: "/opt/delft"
7171
pythonVirtualEnv:
7272

7373
wapiti:

0 commit comments

Comments
 (0)