Update docker image for 2nd edition

This commit is contained in:
Aurélien Geron
2019-06-04 16:43:14 +08:00
parent f680e49ea2
commit fb47fab0c8
7 changed files with 45 additions and 75 deletions

View File

@@ -4,11 +4,11 @@ help:
run:
docker-compose up
exec:
docker-compose exec handson-ml bash
docker-compose exec handson-ml2 bash
build: stop .FORCE
docker-compose build
rebuild: stop .FORCE
docker-compose build --force-rm
stop:
docker stop handson-ml || true; docker rm handson-ml || true;
docker stop handson-ml2 || true; docker rm handson-ml2 || true;
.FORCE: