mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Replace handson-ml2 with handson-ml3, and fix figure chapter numbers
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
version: "3"
|
||||
services:
|
||||
handson-ml2:
|
||||
handson-ml3:
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: ./docker/Dockerfile #Dockerfile.gpu
|
||||
args:
|
||||
- username=devel
|
||||
- userid=1000
|
||||
container_name: handson-ml2
|
||||
image: ageron/handson-ml2:latest #latest-gpu
|
||||
container_name: handson-ml3
|
||||
image: ageron/handson-ml3:latest #latest-gpu
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- "8888:8888"
|
||||
- "6006:6006"
|
||||
volumes:
|
||||
- ../:/home/devel/handson-ml2
|
||||
- ../:/home/devel/handson-ml3
|
||||
command: /opt/conda/envs/tf2/bin/jupyter notebook --ip='0.0.0.0' --port=8888 --no-browser
|
||||
#deploy:
|
||||
# resources:
|
||||
|
||||
Reference in New Issue
Block a user