Skip to content

Commit

Permalink
Replace jupyter notebook with jupyter lab in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Jan 30, 2024
1 parent 98929ef commit 123a9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- "6006:6006"
volumes:
- ../:/home/devel/handson-ml3
command: /opt/conda/envs/homl3/bin/jupyter notebook --ip='0.0.0.0' --port=8888 --no-browser
command: /opt/conda/envs/homl3/bin/jupyter lab --ip='0.0.0.0' --port=8888 --no-browser
#deploy:
# resources:
# reservations:
Expand Down

0 comments on commit 123a9a1

Please sign in to comment.