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

main
Aurélien Geron 2021-03-02 18:14:59 +13:00
commit 46307aced0
1 changed files with 1 additions and 1 deletions

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: