We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781a0f4 commit 55541bdCopy full SHA for 55541bd
images/scipy-notebook/Dockerfile
@@ -26,10 +26,6 @@ RUN apt-get update --yes && \
26
27
USER ${NB_UID}
28
29
-# mamba downgrades these packages to previous major versions, which causes issues
30
-RUN echo 'jupyterlab >=4.0.4' >> "${CONDA_DIR}/conda-meta/pinned" && \
31
- echo 'notebook >=7.0.2' >> "${CONDA_DIR}/conda-meta/pinned"
32
-
33
# Install Python 3 packages
34
RUN mamba install --yes \
35
'altair' \
0 commit comments