mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-27 02:00:27 +01:00
Change environment name from tf2 to homl3
This commit is contained in:
@@ -19,9 +19,9 @@ services:
|
||||
- "6006:6006"
|
||||
volumes:
|
||||
- ../:/home/devel/handson-ml3
|
||||
command: /opt/conda/envs/tf2/bin/jupyter notebook --ip='0.0.0.0' --port=8888 --no-browser
|
||||
command: /opt/conda/envs/homl3/bin/jupyter notebook --ip='0.0.0.0' --port=8888 --no-browser
|
||||
#deploy:
|
||||
# resources:
|
||||
# reservations:
|
||||
# devices:
|
||||
# - capabilities: [gpu]
|
||||
# - capabilities: [gpu]
|
||||
|
||||
Reference in New Issue
Block a user