lfoppiano commited on
Commit
f070e2a
·
verified ·
1 Parent(s): 0da5c1b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 --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
 
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