Skip to content

Commit

Permalink
Open jupyter lab after deploying locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Feb 12, 2024
1 parent f27f3f8 commit 4eb76a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start_seuronbot.local
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function start_bot()
important "${DOCKER_COMPOSE_CMD} --env-file .env.local -f deploy/docker-compose-CeleryExecutor.yml -f deploy/docker-compose-local.yml down"
important "Modify deploy/docker-compose-local.yml to mount extra volume or add cloud vendor credentials"
important "For more details checkout https://github.com/seung-lab/seuron"
xdg-open "https://localhost/jupyter/lab?token=${token}&file-browser-path=/jupyterlab" || true
}

function generate_env() {
Expand Down

0 comments on commit 4eb76a8

Please sign in to comment.