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 13c7da8 commit 4f74f9aCopy full SHA for 4f74f9a
scipy-notebook/Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get update --yes && \
25
26
USER ${NB_UID}
27
28
-# mamba downgrades this packages to previous major version, which causes issues
+# mamba downgrades these packages to previous major versions, 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
0 commit comments