Skip to content

Commit efd6384

Browse files
author
Swetha Mandava
committed
pointing to wikiextractor commit
1 parent b82c372 commit efd6384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TensorFlow/LanguageModeling/BERT/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN pip --no-cache-dir --no-cache install git+https://github.com/NVIDIA/dllogger
99

1010
WORKDIR /workspace
1111
RUN git clone https://github.com/openai/gradient-checkpointing.git
12-
RUN git clone https://github.com/attardi/wikiextractor.git
12+
RUN git clone https://github.com/attardi/wikiextractor.git && cd wikiextractor && git checkout 6408a430fc504a38b04d37ce5e7fc740191dee16 && cd ..
1313
RUN git clone https://github.com/soskek/bookcorpus.git
1414
RUN git clone https://github.com/titipata/pubmed_parser
1515

0 commit comments

Comments
 (0)