Skip to content

Commit

Permalink
working on launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 9, 2024
1 parent f0173dc commit a1f1547
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tutorial/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a1f1547

Please sign in to comment.