File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ ENV PROJ_LIB=/opt/conda/share/proj
39
39
RUN conda install -c conda-forge matplotlib basemap cartopy python-igraph imagemagick pysal && \
40
40
# b/142337634#comment22 pin required to avoid torchaudio downgrade.
41
41
conda install -c pytorch pytorch torchvision "torchaudio>=0.4.0" cpuonly && \
42
+ # pixman 0.38.0 has a known issue causing issues with packages such as pycairo & openslide.
43
+ # See: https://gitlab.freedesktop.org/pixman/pixman/commit/8256c235d9b3854d039242356905eca854a890ba
44
+ conda install -c conda-forge --no-deps pixman==0.34 && \
42
45
/tmp/clean-layer.sh
43
46
44
47
# 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