Skip to content

Commit

Permalink
Temporarily pin jupyterlab and notebook in scipy-notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Aug 13, 2023
1 parent 0ba7a4c commit 13c7da8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 13c7da8

Please sign in to comment.