Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY --chown=lfoppiano grobid.yaml /opt/grobid/grobid-home/config/grobid.yaml
|
|
11 |
RUN mkdir -m 777 -p /opt/grobid/evaluation
|
12 |
|
13 |
WORKDIR /opt/grobid
|
14 |
-
RUN git clone https://huggingface.co/datasets/sciencialab/grobid-evaluation evaluation
|
15 |
|
16 |
VOLUME ["/opt/grobid/grobid-home/tmp"]
|
17 |
|
|
|
11 |
RUN mkdir -m 777 -p /opt/grobid/evaluation
|
12 |
|
13 |
WORKDIR /opt/grobid
|
14 |
+
RUN git lfs install && git clone https://huggingface.co/datasets/sciencialab/grobid-evaluation evaluation
|
15 |
|
16 |
VOLUME ["/opt/grobid/grobid-home/tmp"]
|
17 |
|