Temporarily pin jupyterlab and notebook in scipy-notebook

This commit is contained in:
Ayaz Salikhov
2023-08-13 17:59:45 +04:00
parent 0ba7a4c15a
commit 13c7da8fce

View File

@@ -25,6 +25,10 @@ RUN apt-get update --yes && \
USER ${NB_UID}
# mamba downgrades this packages to previous major version, which causes issues
RUN echo 'jupyterlab >=4.0.4' >> "${CONDA_DIR}/conda-meta/pinned" && \
echo 'notebook >=7.0.2' >> "${CONDA_DIR}/conda-meta/pinned"
# Install Python 3 packages
RUN mamba install --yes \
'altair' \