Skip to content

Commit 85dbd6f

Browse files
committed
Upgrade to jupyter 5.*
1 parent 2fddb1b commit 85dbd6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ USER root
1111
COPY jupyter /usr/bin/
1212
RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
1313
USER ${NB_USER}
14+
15+
# Upgrade to jupyter 5.* as required by mybinder
16+
sage -pip install --upgrade jupyter

0 commit comments

Comments
 (0)