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.
2 parents 0d7f872 + 0a7f758 commit 4e3b88eCopy full SHA for 4e3b88e
Dockerfile
@@ -374,7 +374,8 @@ RUN pip install bcolz && \
374
pip install widgetsnbextension && \
375
pip install pyarrow && \
376
pip install feather-format && \
377
- pip install fastai && \
+ # b/172491515: Unpin after upgrading to torch 1.7
378
+ pip install fastai==2.0.19 && \
379
pip install allennlp && \
380
python -m spacy download en && python -m spacy download en_core_web_lg && \
381
apt-get install -y ffmpeg && \
0 commit comments