Skip to content

Commit b512228

Browse files
committed
Provide a jupyter-notebook script for now
1 parent 29e80fd commit b512228

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV HOME /home/${NB_USER}
88
# Make sure the contents of our repo are in ${HOME}
99
COPY . ${HOME}
1010
USER root
11-
COPY jupyter /usr/bin/
11+
COPY jupyter jupyter-notebook /usr/bin/
1212
RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
1313
USER ${NB_USER}
1414

jupyter-notebook

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
exec /usr/bin/sage -notebook jupyter "$@"

0 commit comments

Comments
 (0)