Skip to content

Commit 45d5ce6

Browse files
authored
Merge pull request #777 from GeertLitjens/master
Downgrade libpixman to 0.34 to circumvent known bug in 0.38
2 parents 3af6079 + b05d85f commit 45d5ce6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +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+
# 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 && \
4245
/tmp/clean-layer.sh
4346

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

0 commit comments

Comments
 (0)