Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Feb 20, 2023
1 parent 3ca454e commit 75067ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && \

WORKDIR /opt/grobid-source

RUN git clone --depth 1 --branch 0.7.2-fixes https://github.com/kermitt2/grobid-quantities.git ./grobid-quantities && \
RUN git clone --depth 1 --branch master https://github.com/kermitt2/grobid-quantities.git ./grobid-quantities && \
cd grobid-quantities

WORKDIR /opt/grobid-source/grobid-quantities
Expand Down

0 comments on commit 75067ac

Please sign in to comment.