Skip to content

Commit 08ba100

Browse files
committed
trying again
1 parent 6712b41 commit 08ba100

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/jupyter/app.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ services:
1010
baseUrl: "/jupyter/"
1111
# inject a sed command to make the app listen on /jupyter instead of /notebooks
1212
command: ["/bin/sh", "-c"]
13-
args: ["sed -i 's/\\/notebooks/\\/jupyter/' $JUPYTER_HOME/jupyter_notebook_config.py ; $JUPYTER_HOME/scripts/run-jupyter.sh notebook"]
13+
# args: ["sed -i 's/\\/notebooks/\\/jupyter/' $JUPYTER_HOME/jupyter_notebook_config.py ; /usr/local/bin/jupyter notebook"]
14+
args: ["sed -i '/^# to mount there as it effectively deletes existing files on the image/,+5d' $JUPYTER_HOME/jupyter_notebook_config.py ; /usr/local/bin/jupyter notebook"]
1415
pdMountPath: "/data"
1516
pdAccessMode: "ReadWriteOnce"
1617
environment:

0 commit comments

Comments
 (0)