Skip to content

Commit 28e9ad5

Browse files
committed
[BERT/TF2] Fix WikiExtractor issue
1 parent f3dbf8a commit 28e9ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TensorFlow2/LanguageModeling/BERT/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV HOME /workspace
2222

2323
WORKDIR /workspace
2424
RUN git clone https://github.com/openai/gradient-checkpointing.git
25-
RUN git clone https://github.com/attardi/wikiextractor.git
25+
RUN git clone https://github.com/attardi/wikiextractor.git && cd wikiextractor && git checkout 6408a430fc504a38b04d37ce5e7fc740191dee16 && cd ..
2626
RUN git clone https://github.com/soskek/bookcorpus.git
2727
RUN git clone https://github.com/titipata/pubmed_parser
2828

0 commit comments

Comments
 (0)