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.
1 parent b6a2ecf commit 187af5aCopy full SHA for 187af5a
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/162850432 unpin once we upgrade to pytorch 1.6
378
+ pip install fastai~=1.0.61 && \
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