We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99221df + 70c23ff commit aefd489Copy full SHA for aefd489
Dockerfile
@@ -43,7 +43,8 @@ RUN conda config --add channels conda-forge && \
43
conda config --add channels pytorch && \
44
conda config --add channels rapidsai && \
45
# ^ rapidsai is the highest priority channel, default lowest, conda-forge 2nd lowest.
46
- conda install matplotlib basemap cartopy python-igraph imagemagick pysal && \
+ # 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" && \
48
# b/142337634#comment22 pin required to avoid torchaudio downgrade.
49
conda install "pytorch>=1.5.0" "torchvision>=0.6.0" "torchaudio>=0.5.0" cpuonly && \
50
/tmp/clean-layer.sh
0 commit comments