@@ -47,7 +47,7 @@ RUN conda config --add channels conda-forge && \
47
47
conda install matplotlib basemap cartopy python-igraph imagemagick "pysal==2.1.0" && \
48
48
# b/142337634#comment22 pin required to avoid torchaudio downgrade.
49
49
# b/162357958##comment7 Upgrade once new versions of torch* libs are released for pytorch 1.6.
50
- conda install "pytorch=1.5 " "torchvision=0.6 " "torchaudio=0.5 " "torchtext=0.6 " cpuonly && \
50
+ conda install "pytorch=1.6 " "torchvision=0.7 " "torchaudio=0.6 " "torchtext=0.7 " cpuonly && \
51
51
/tmp/clean-layer.sh
52
52
53
53
# The anaconda base image includes outdated versions of these packages. Update them to include the latest version.
@@ -343,8 +343,7 @@ RUN pip install bcolz && \
343
343
pip install nbformat && \
344
344
pip install notebook==5.5.0 && \
345
345
pip install olefile && \
346
- # b/162850432 unpin once we upgrade to pytorch 1.6
347
- pip install kornia==0.3.2 && \
346
+ pip install kornia && \
348
347
pip install pandas_summary && \
349
348
pip install pandocfilters && \
350
349
pip install pexpect && \
@@ -374,8 +373,7 @@ RUN pip install bcolz && \
374
373
pip install widgetsnbextension && \
375
374
pip install pyarrow && \
376
375
pip install feather-format && \
377
- # b/162850432 unpin once we upgrade to pytorch 1.6
378
- pip install fastai~=1.0.61 && \
376
+ pip install fastai && \
379
377
pip install allennlp && \
380
378
python -m spacy download en && python -m spacy download en_core_web_lg && \
381
379
apt-get install -y ffmpeg && \
0 commit comments