Skip to content

Commit 1c3c3e6

Browse files
authored
Merge pull request Kaggle#526 from Kaggle/rosbo-patch-1
Move out of the ImageMagick-* directory before it is removed by the c…
2 parents 127c094 + ee961fb commit 1c3c3e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ RUN pip install --upgrade seaborn python-dateutil dask && \
4444
wget --no-verbose https://imagemagick.org/download/ImageMagick.tar.gz && \
4545
tar xzf ImageMagick.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
4646
make -j $(nproc) && make install && \
47+
# move out of the ImageMagick-* directory before it is removed by the clean-layer.sh script.
48+
cd /usr/local/src && \
4749
/tmp/clean-layer.sh
4850

4951
# Install tensorflow from a pre-built wheel

0 commit comments

Comments
 (0)