We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 127c094 + ee961fb commit 1c3c3e6Copy full SHA for 1c3c3e6
Dockerfile
@@ -44,6 +44,8 @@ RUN pip install --upgrade seaborn python-dateutil dask && \
44
wget --no-verbose https://imagemagick.org/download/ImageMagick.tar.gz && \
45
tar xzf ImageMagick.tar.gz && cd `ls -d ImageMagick-*` && pwd && ls -al && ./configure && \
46
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 && \
49
/tmp/clean-layer.sh
50
51
# Install tensorflow from a pre-built wheel
0 commit comments