File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 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 && \
343343 pip install nbformat && \
344344 pip install notebook==5.5.0 && \
345345 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 && \
347348 pip install pandas_summary && \
348349 pip install pandocfilters && \
349350 pip install pexpect && \
@@ -373,7 +374,8 @@ RUN pip install bcolz && \
373374 pip install widgetsnbextension && \
374375 pip install pyarrow && \
375376 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 && \
377379 pip install allennlp && \
378380 python -m spacy download en && python -m spacy download en_core_web_lg && \
379381 apt-get install -y ffmpeg && \
You can’t perform that action at this time.
0 commit comments