Skip to content

Commit 74431ba

Browse files
committed
remove data download and cmd
1 parent 73d303e commit 74431ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile.evaluation

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ WORKDIR /opt/grobid/evaluation
4545
# && unzip PMC_sample_1943.zip -d PMC_sample_1943 \
4646
# && rm *.zip
4747

48-
RUN wget -q https://zenodo.org/records/7708580/files/PMC_sample_1943.zip -O PMC_sample_1943.zip \
49-
&& unzip PMC_sample_1943.zip -d PMC_sample_1943 \
50-
&& rm *.zip
48+
#RUN wget -q https://zenodo.org/records/7708580/files/PMC_sample_1943.zip -O PMC_sample_1943.zip \
49+
# && unzip PMC_sample_1943.zip -d PMC_sample_1943 \
50+
# && rm *.zip
5151

5252
VOLUME ["/opt/grobid/grobid-home/tmp"]
5353

5454
WORKDIR /opt/grobid
5555

5656
#CMD ["/bin/bash", "-c", "./gradlew jatsEval -Pp2t=/opt/grobid/evaluation/PMC_sample_1943 -Prun=1 -PfileRatio=1; ./gradlew jatsEval -Pp2t=/opt/grobid/evaluation/biorxiv-10k-test-2000 -Prun=1 -PfileRatio=1; ./gradlew jatsEval -Pp2t=/opt/grobid/evaluation/eLife_984 -Prun=1 -PfileRatio=1; ./gradlew jatsEval -Pp2t=/opt/grobid/evaluation/PLOS_1000 -Prun=1 -PfileRatio=1;"]
57-
CMD ["/bin/bash", "-c", "./gradlew jatsEval -Pp2t=/opt/grobid/evaluation/PMC_sample_1943 -Prun=1 -PfileRatio=1;"]
57+
#CMD ["/bin/bash", "-c", "./gradlew jatsEval -Pp2t=/opt/grobid/evaluation/PMC_sample_1943 -Prun=1 -PfileRatio=1;"]
5858

5959
LABEL \
6060
authors="The contributors" \

0 commit comments

Comments
 (0)