Skip to content

Commit 61ae579

Browse files
committed
custom path
1 parent 52fe69f commit 61ae579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/src/main/resources/init-resources/gce-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ if [ ! -z "$JUPYTER_DOCKER_IMAGE" ] ; then
524524
docker exec $JUPYTER_SERVER_NAME /bin/bash -c "R -e '1+1'" || true
525525

526526
# For older jupyter images, jupyter_delocalize.py is using 127.0.0.1 as welder's url, which won't work now that we're no longer using `network_mode: host` for GCE VMs
527-
docker exec $JUPYTER_SERVER_NAME /bin/bash -c "sed -i 's/127.0.0.1/welder/g' /etc/jupyter/custom/jupyter_delocalize.py"
527+
docker exec $JUPYTER_SERVER_NAME /bin/bash -c "sed -i 's/127.0.0.1/welder/g' $JUPYTER_HOME/custom/jupyter_delocalize.py"
528528

529529
log 'Wget the gitignore_global file, set gitignore in Git Config'
530530

0 commit comments

Comments
 (0)