Skip to content

Commit

Permalink
Keep wikiextractor version fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathts authored Aug 10, 2020
1 parent 36ad5fe commit e8f87ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyTorch/LanguageModeling/BERT/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y pbzip2 pv bzip2 cabextract
ENV BERT_PREP_WORKING_DIR /workspace/bert/data

WORKDIR /workspace
RUN git clone https://github.com/attardi/wikiextractor.git
RUN git clone https://github.com/attardi/wikiextractor.git && cd wikiextractor && git checkout 6408a430fc504a38b04d37ce5e7fc740191dee16 && cd ..
RUN git clone https://github.com/soskek/bookcorpus.git

# Copy the perf_client over
Expand Down

0 comments on commit e8f87ac

Please sign in to comment.