Skip to content

Commit

Permalink
fix(docker): add message before starting Jupyter Lab
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 4, 2024
1 parent 90bb37e commit 528bcb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-docker-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.30.6-8-g04b0300
_commit: v0.30.6-10-g90bb37e
_src_path: .
app_dirname: entelecheia
app_install_root: /opt
Expand Down
4 changes: 3 additions & 1 deletion .docker/scripts/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ sudo service ssh start
# set port to value of JUPYTER_DOCKER_PORT
if [[ -z "$(command -v jupyter)" ]]; then
echo "Jupyter not installed."
jupyter lab \
else
echo "Starting Jupyter Lab..."
jupyter lab \
--no-browser \
--notebook-dir="$WORKSPACE_ROOT" \
--ServerApp.token="$JUPYTER_TOKEN" \
Expand Down

0 comments on commit 528bcb8

Please sign in to comment.