Merge branch 'master' of github.com:ageron/handson-ml2

This commit is contained in:
Aurélien Geron
2021-03-02 18:14:59 +13:00

View File

@@ -8,7 +8,7 @@ exec:
build: stop .FORCE
docker-compose build
rebuild: stop .FORCE
docker-compose build --force-rm
docker-compose build --no-cache
stop:
docker stop handson-ml2 || true; docker rm handson-ml2 || true;
.FORCE: