File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,8 @@ RUN pip install bcolz && \
343
343
pip install nbformat && \
344
344
pip install notebook==5.5.0 && \
345
345
pip install olefile && \
346
- pip install kornia && \
346
+ # b/162850432 unpin once we upgrade to pytorch 1.6
347
+ pip install kornia==0.3.2 && \
347
348
pip install pandas_summary && \
348
349
pip install pandocfilters && \
349
350
pip install pexpect && \
@@ -373,7 +374,8 @@ RUN pip install bcolz && \
373
374
pip install widgetsnbextension && \
374
375
pip install pyarrow && \
375
376
pip install feather-format && \
376
- pip install fastai && \
377
+ # b/162850432 unpin once we upgrade to pytorch 1.6
378
+ pip install fastai~=1.0.61 && \
377
379
pip install allennlp && \
378
380
python -m spacy download en && python -m spacy download en_core_web_lg && \
379
381
apt-get install -y ffmpeg && \
You can’t perform that action at this time.
0 commit comments