Skip to content

Commit 6d1efdd

Browse files
committed
Downgrade libpixman to 0.34 to circumvent known bug in 38.0
1 parent 3af6079 commit 6d1efdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ 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 && \
4243
/tmp/clean-layer.sh
4344

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

0 commit comments

Comments
 (0)