File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,7 @@ RUN conda config --add channels conda-forge && \
40
40
conda config --add channels pytorch && \
41
41
conda config --add channels rapidsai && \
42
42
# ^ rapidsai is the highest priority channel, default lowest, conda-forge 2nd lowest.
43
- # b/182405233 pyproj 3.x is not compatible with basemap 1.2.1
44
- # b/161473620#comment7 pin required to prevent resolver from picking pysal 1.x., pysal 2.2.x is also downloading data on import.
45
- conda install matplotlib basemap cartopy python-igraph imagemagick "pyproj=2.6" "pysal==2.1.0" && \
46
- conda install "pytorch==1.8.1" "torchvision==0.9.1" "torchaudio==0.8.1" "torchtext==0.9.1" cpuonly && \
43
+ conda install matplotlib basemap cartopy python-igraph imagemagick pyproj pysal "pytorch==1.8.1" "torchvision==0.9.1" "torchaudio==0.8.1" "torchtext==0.9.1" cpuonly && \
47
44
/tmp/clean-layer.sh
48
45
49
46
# The anaconda base image includes outdated versions of these packages. Update them to include the latest version.
You can’t perform that action at this time.
0 commit comments