Skip to content

Commit 13c7da8

Browse files
committed
Temporarily pin jupyterlab and notebook in scipy-notebook
1 parent 0ba7a4c commit 13c7da8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scipy-notebook/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ RUN apt-get update --yes && \
2525

2626
USER ${NB_UID}
2727

28+
# mamba downgrades this packages to previous major version, which causes issues
29+
RUN echo 'jupyterlab >=4.0.4' >> "${CONDA_DIR}/conda-meta/pinned" && \
30+
echo 'notebook >=7.0.2' >> "${CONDA_DIR}/conda-meta/pinned"
31+
2832
# Install Python 3 packages
2933
RUN mamba install --yes \
3034
'altair' \

0 commit comments

Comments
 (0)