mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-31 03:57:55 +01:00
Created docker script
I created a docker script to install and run the project.
This commit is contained in:
12
docker/makefile
Normal file
12
docker/makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
help:
|
||||
cat Makefile
|
||||
run:
|
||||
docker-compose up
|
||||
exec:
|
||||
docker-compose exec -ti hondson-ml /bin/bash
|
||||
build: stop .FORCE
|
||||
docker-compose build --force-rm
|
||||
stop:
|
||||
docker stop handson-ml || true
|
||||
.FORCE:
|
||||
Reference in New Issue
Block a user