Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -9,8 +9,8 @@ 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 |
-
|
13 |
-
|
14 |
|
15 |
COPY --chown=lfoppiano service.py /opt/grobid/service.py
|
16 |
|
|
|
9 |
RUN ls -R /opt/grobid/evaluation/
|
10 |
|
11 |
WORKDIR /opt/grobid
|
12 |
+
RUN git lfs install && git clone --deep 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
|
16 |
|