Replace jupyter notebook with jupyter lab in docker-compose.yml

main
Aurélien Geron 2024-01-30 21:09:47 +13:00
parent 98929ef528
commit 123a9a1b38
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ services:
- "6006:6006" - "6006:6006"
volumes: volumes:
- ../:/home/devel/handson-ml3 - ../:/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: #deploy:
# resources: # resources:
# reservations: # reservations: