We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82c372 commit efd6384Copy full SHA for efd6384
TensorFlow/LanguageModeling/BERT/Dockerfile
@@ -9,7 +9,7 @@ RUN pip --no-cache-dir --no-cache install git+https://github.com/NVIDIA/dllogger
9
10
WORKDIR /workspace
11
RUN git clone https://github.com/openai/gradient-checkpointing.git
12
-RUN git clone https://github.com/attardi/wikiextractor.git
+RUN git clone https://github.com/attardi/wikiextractor.git && cd wikiextractor && git checkout 6408a430fc504a38b04d37ce5e7fc740191dee16 && cd ..
13
RUN git clone https://github.com/soskek/bookcorpus.git
14
RUN git clone https://github.com/titipata/pubmed_parser
15
0 commit comments