mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12: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}
|
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
|
# Install Python 3 packages
|
||||||
RUN mamba install --yes \
|
RUN mamba install --yes \
|
||||||
'altair' \
|
'altair' \
|
||||||
|
Reference in New Issue
Block a user