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 29e80fd commit b512228Copy full SHA for b512228
Dockerfile
@@ -8,7 +8,7 @@ ENV HOME /home/${NB_USER}
8
# Make sure the contents of our repo are in ${HOME}
9
COPY . ${HOME}
10
USER root
11
-COPY jupyter /usr/bin/
+COPY jupyter jupyter-notebook /usr/bin/
12
RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
13
USER ${NB_USER}
14
jupyter-notebook
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+exec /usr/bin/sage -notebook jupyter "$@"
0 commit comments