File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN conda config --add channels conda-forge && \
42
42
# b/182405233 pyproj 3.x is not compatible with basemap 1.2.1
43
43
# b/161473620#comment7 pin required to prevent resolver from picking pysal 1.x., pysal 2.2.x is also downloading data on import.
44
44
conda install matplotlib basemap cartopy python-igraph imagemagick "pyproj=2.6" "pysal==2.1.0" && \
45
- conda install "pytorch=1.7 " "torchvision=0.8 " "torchaudio=0.7 " "torchtext=0.8 " cpuonly && \
45
+ conda install "pytorch=1.8 " "torchvision=0.9 " "torchaudio=0.8 " "torchtext=0.9 " cpuonly && \
46
46
/tmp/clean-layer.sh
47
47
48
48
# The anaconda base image includes outdated versions of these packages. Update them to include the latest version.
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ RUN apt-get install -y ocl-icd-libopencl1 clinfo libboost-all-dev && \
61
61
# However, because this image is based on the CPU image, this isn't possible but better
62
62
# to put them at the top of this file to minize conflicts.
63
63
RUN conda remove --force -y pytorch torchvision torchaudio cpuonly && \
64
- conda install "pytorch=1.7 " "torchvision=0.8 " "torchaudio=0.7 " "torchtext=0.8 " "cudf=0.16" "cuml=0.16" cudatoolkit=$CUDA_VERSION && \
64
+ conda install "pytorch=1.8 " "torchvision=0.9 " "torchaudio=0.8 " "torchtext=0.9 " "cudf=0.16" "cuml=0.16" cudatoolkit=$CUDA_VERSION && \
65
65
/tmp/clean-layer.sh
66
66
67
67
# Install LightGBM with GPU
You can’t perform that action at this time.
0 commit comments