lfoppiano commited on
Commit
f41996b
·
verified ·
1 Parent(s): febe7de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # RUN git lfs install && git clone 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
 
 
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