From a1f1547ad1ed6c18355a5c0fcc7dbb597edc55c7 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Fri, 9 Aug 2024 22:39:35 +1000 Subject: [PATCH] working on launch script --- tutorial/launch.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tutorial/launch.sh b/tutorial/launch.sh index 72c59e1..0090977 100755 --- a/tutorial/launch.sh +++ b/tutorial/launch.sh @@ -16,5 +16,9 @@ docker run \ -e NB_UID="$(id -u)" -e NB_GID="$(id -g)" \ -p 8888:8888 \ -p 8080:8080 \ - -e NEURODESKTOP_VERSION=2024-05-25 ghcr.io/ais-pipelines-tutorial:latest + -e NEURODESKTOP_VERSION=2024-05-25 ghcr.io/ais-pipelines-tutorial:latest > out.txt + + JUPYTER_PATH=$(grep http://localhost < out.txt | awk '{print $1}') + + open $JUPYTER_PATH \ No newline at end of file