File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -593,9 +593,9 @@ RUN pip install --upgrade dask && \
593
593
mkdir -p /etc/ipython/ && echo "c = get_config(); c.IPKernelApp.matplotlib = 'inline'" > /etc/ipython/ipython_config.py && \
594
594
# 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.
595
595
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 && \
597
596
# 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
599
599
600
600
RUN pip install setuptools==59.8.0 && pip install -e git+https://github.com/SohierDane/BigQuery_Helper#egg=bq_helper
601
601
You can’t perform that action at this time.
0 commit comments