Skip to content

Commit 6dd1c7c

Browse files
committed
Fixed jupyter upgrade to upgrade to 5.* and not 6.* (fix)
1 parent 0cf7116 commit 6dd1c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
1313
USER ${NB_USER}
1414

1515
# Upgrade to jupyter 5.* as required by mybinder
16-
RUN sage -pip install --upgrade "notebook>=5"
16+
RUN sage -pip install "notebook>=5"

0 commit comments

Comments
 (0)