lfoppiano commited on
Commit
2e53cb2
·
verified ·
1 Parent(s): 4d9740f

Update Dockerfile

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