Skip to content

Commit 617cbdf

Browse files
committed
Pin fastcore.
We were pinning the fastai version but not the underlying fastcore package. The newest version of fastcore wasn't compatible with our pinned version of fastai. http://b/173417664
1 parent 0abb426 commit 617cbdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
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)