Replace jupyter notebook with jupyter lab in docker-compose.yml
parent
98929ef528
commit
123a9a1b38
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue