Skip to content

Commit 187af5a

Browse files
committed
Pin fastai
1 parent b6a2ecf commit 187af5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ RUN pip install bcolz && \
374374
pip install widgetsnbextension && \
375375
pip install pyarrow && \
376376
pip install feather-format && \
377-
pip install fastai && \
377+
# b/162850432 unpin once we upgrade to pytorch 1.6
378+
pip install fastai~=1.0.61 && \
378379
pip install allennlp && \
379380
python -m spacy download en && python -m spacy download en_core_web_lg && \
380381
apt-get install -y ffmpeg && \

0 commit comments

Comments
 (0)