1 parent f3dbf8a commit 28e9ad5Copy full SHA for 28e9ad5
1 file changed
TensorFlow2/LanguageModeling/BERT/Dockerfile
@@ -22,7 +22,7 @@ ENV HOME /workspace
22
23
WORKDIR /workspace
24
RUN git clone https://github.com/openai/gradient-checkpointing.git
25
-RUN git clone https://github.com/attardi/wikiextractor.git
+RUN git clone https://github.com/attardi/wikiextractor.git && cd wikiextractor && git checkout 6408a430fc504a38b04d37ce5e7fc740191dee16 && cd ..
26
RUN git clone https://github.com/soskek/bookcorpus.git
27
RUN git clone https://github.com/titipata/pubmed_parser
28
0 commit comments