File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ RUN conda config --add channels conda-forge && \
4343 conda config --add channels pytorch && \
4444 conda config --add channels rapidsai && \
4545 # ^ rapidsai is the highest priority channel, default lowest, conda-forge 2nd lowest.
46- # b/ 161473620 pin required to prevent resolver from picking pysal 1.x.
47- conda install matplotlib basemap cartopy python-igraph imagemagick "pysal> =2.1.0" && \
46+ # 161473620#comment7 pin required to prevent resolver from picking pysal 1.x., pysal 2.2.x is also downloading data on import .
47+ conda install matplotlib basemap cartopy python-igraph imagemagick "pysal= =2.1.0" && \
4848 # b/142337634#comment22 pin required to avoid torchaudio downgrade.
4949 conda install "pytorch>=1.5.0" "torchvision>=0.6.0" "torchaudio>=0.5.0" cpuonly && \
5050 /tmp/clean-layer.sh
You can’t perform that action at this time.
0 commit comments