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.
1 parent 3af6079 commit 6d1efddCopy full SHA for 6d1efdd
Dockerfile
@@ -39,6 +39,7 @@ ENV PROJ_LIB=/opt/conda/share/proj
39
RUN conda install -c conda-forge matplotlib basemap cartopy python-igraph imagemagick pysal && \
40
# b/142337634#comment22 pin required to avoid torchaudio downgrade.
41
conda install -c pytorch pytorch torchvision "torchaudio>=0.4.0" cpuonly && \
42
+ conda install -c conda-forge --no-deps pixman==0.34 && \
43
/tmp/clean-layer.sh
44
45
# The anaconda base image includes outdated versions of these packages. Update them to include the latest version.
0 commit comments