mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 19:42:58 +00:00
Temporarily pin jupyterlab and notebook in scipy-notebook
This commit is contained in:
@@ -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' \
|
||||
|
Reference in New Issue
Block a user