Skip to content

Commit b05d85f

Browse files
committed
Fixed tabs/spaces and added comment
1 parent 6d1efdd commit b05d85f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ ENV PROJ_LIB=/opt/conda/share/proj
3939
RUN conda install -c conda-forge matplotlib basemap cartopy python-igraph imagemagick pysal && \
4040
# b/142337634#comment22 pin required to avoid torchaudio downgrade.
4141
conda install -c pytorch pytorch torchvision "torchaudio>=0.4.0" cpuonly && \
42-
conda install -c conda-forge --no-deps pixman==0.34 && \
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 && \
4345
/tmp/clean-layer.sh
4446

4547
# The anaconda base image includes outdated versions of these packages. Update them to include the latest version.

0 commit comments

Comments
 (0)