Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ RUN pip install bcolz && \
pip install feather-format && \
# b/172491515: Unpin after upgrading to torch 1.7
pip install fastai==2.0.19 && \
# b/172491515: Remove the next line after removing pin for fastai
pip install fastcore==1.3.2 && \
pip install allennlp && \
python -m spacy download en && python -m spacy download en_core_web_lg && \
apt-get install -y ffmpeg && \
Expand Down