Skip to content

Commit 386b51d

Browse files
authoredNov 16, 2020
Merge pull request #900 from Kaggle/fix-fastai
Pin fastcore.
2 parents 0abb426 + 617cbdf commit 386b51d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ RUN pip install bcolz && \
376376
pip install feather-format && \
377377
# b/172491515: Unpin after upgrading to torch 1.7
378378
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 && \
379381
pip install allennlp && \
380382
python -m spacy download en && python -m spacy download en_core_web_lg && \
381383
apt-get install -y ffmpeg && \

0 commit comments

Comments
 (0)
Failed to load comments.