Skip to content

Commit ce695c4

Browse files
committed
correct layer cleanup
1 parent 9e2c3c9 commit ce695c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,9 @@ RUN pip install --upgrade dask && \
593593
mkdir -p /etc/ipython/ && echo "c = get_config(); c.IPKernelApp.matplotlib = 'inline'" > /etc/ipython/ipython_config.py && \
594594
# Temporary patch for broken libpixman 0.38 in conda-forge, symlink to system libpixman 0.34 untile conda package gets updated to 0.38.5 or higher.
595595
ln -sf /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 /opt/conda/lib/libpixman-1.so.0.38.0 && \
596-
/tmp/clean-layer.sh && \
597596
# upgrade jupyter-server to version > 2.x
598-
pip install --force-reinstall --no-deps jupyter_server>=2.*
597+
pip install --force-reinstall --no-deps jupyter_server>=2.* && \
598+
/tmp/clean-layer.sh
599599

600600
RUN pip install setuptools==59.8.0 && pip install -e git+https://github.com/SohierDane/BigQuery_Helper#egg=bq_helper
601601

0 commit comments

Comments
 (0)