Update Dockerfile and docker-compose.yml, fixes #52, fixes #53, fixes #55

This commit is contained in:
Aurélien Geron
2019-11-05 16:27:33 +08:00
parent 35bcff5450
commit e728f4b722
2 changed files with 11 additions and 7 deletions

View File

@@ -19,4 +19,4 @@ services:
- "6006:6006"
volumes:
- ../:/home/devel/handson-ml2
command: /opt/conda/bin/jupyter notebook --ip='0.0.0.0' --port=8888 --no-browser
command: /opt/conda/envs/tf2/bin/jupyter notebook --ip='0.0.0.0' --port=8888 --no-browser