Skip to content

Commit 045c12e

Browse files
authored
Merge pull request Kaggle#614 from Kaggle/imagemagick
Pin ImageMagick
2 parents b358d22 + e466644 commit 045c12e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ RUN pip install seaborn python-dateutil dask && \
4343
libpaper-utils libpaper1 libpixman-1-0 libpng16-16 librsvg2-2 librsvg2-common libthai-data libthai0 libtiff5 libwmf0.2-7 \
4444
libxcb-render0 libxcb-shm0 netpbm poppler-data p7zip-full python3-rtree && \
4545
cd /usr/local/src && \
46-
wget --no-verbose https://imagemagick.org/download/ImageMagick.tar.gz && \
47-
tar xzf ImageMagick.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
46+
# b/141476846 latest ImageMagick version fails to build.
47+
wget --no-verbose https://github.com/ImageMagick/ImageMagick/archive/7.0.8-65.tar.gz && \
48+
tar xzf 7.0.8-65.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
4849
make -j $(nproc) && make install && \
4950
/tmp/clean-layer.sh
5051

0 commit comments

Comments
 (0)