Skip to content

Commit

Permalink
start notebook now pulls latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielFlemstrom committed Sep 3, 2024
1 parent cde8587 commit ac81477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/start_notebook.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set HOST_DIR=%cd%
set CONTAINER_DIR=/proj

REM Run the Docker container
docker pull %IMAGE_NAME%
docker run --rm -it ^
-p %NOTEBOOK_PORT%:8888 ^
--name eo-training-notebook ^
Expand Down
1 change: 1 addition & 0 deletions tutorials/start_notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ HOST_DIR=$(pwd) # The current directory
CONTAINER_DIR="/proj" # Directory inside the container

# Run the Docker container
docker pull $IMAGE_NAME
docker run --rm -it \
-p $NOTEBOOK_PORT:8888 \
--name eo-training-notebook \
Expand Down

0 comments on commit ac81477

Please sign in to comment.