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 0cf7116 commit 6dd1c7cCopy full SHA for 6dd1c7c
Dockerfile
@@ -13,4 +13,4 @@ RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
13
USER ${NB_USER}
14
15
# Upgrade to jupyter 5.* as required by mybinder
16
-RUN sage -pip install --upgrade "notebook>=5"
+RUN sage -pip install "notebook>=5"
0 commit comments