Skip to content

Commit 43c6f9c

Browse files
committed
We need ipykernel>=4.6 that fixes bug when the parent has PID1 as in binder
1 parent b512228 commit 43c6f9c

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 "notebook>=5"
16+
RUN sage -pip install "notebook>=5" "ipykernel>=4.6"

0 commit comments

Comments
 (0)