Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ COPY --chown=lfoppiano grobid.yaml /opt/grobid/grobid-home/config/grobid.yaml
|
|
9 |
RUN ls -R /opt/grobid/evaluation/
|
10 |
|
11 |
WORKDIR /opt/grobid
|
12 |
-
RUN git lfs install && git clone --
|
13 |
RUN chmod -R uog+rw /opt/grobid/evaluation
|
14 |
|
15 |
COPY --chown=lfoppiano service.py /opt/grobid/service.py
|
|
|
9 |
RUN ls -R /opt/grobid/evaluation/
|
10 |
|
11 |
WORKDIR /opt/grobid
|
12 |
+
RUN git lfs install && git clone --depth 1 https://huggingface.co/datasets/sciencialab/grobid-evaluation evaluation
|
13 |
RUN chmod -R uog+rw /opt/grobid/evaluation
|
14 |
|
15 |
COPY --chown=lfoppiano service.py /opt/grobid/service.py
|