We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0abb426 + 617cbdf commit 386b51dCopy full SHA for 386b51d
Dockerfile
@@ -376,6 +376,8 @@ RUN pip install bcolz && \
376
pip install feather-format && \
377
# b/172491515: Unpin after upgrading to torch 1.7
378
pip install fastai==2.0.19 && \
379
+ # b/172491515: Remove the next line after removing pin for fastai
380
+ pip install fastcore==1.3.2 && \
381
pip install allennlp && \
382
python -m spacy download en && python -m spacy download en_core_web_lg && \
383
apt-get install -y ffmpeg && \
0 commit comments