Docker environment minutiae
Docker compose project name set to avoid collisions, smiley dropped from README headingmain
parent
7093626bc2
commit
e7a1273c48
|
@ -0,0 +1 @@
|
||||||
|
COMPOSE_PROJECT_NAME=handson-ml
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
# Hands-on Machine Learning in Docker :-)
|
# Hands-on Machine Learning in Docker
|
||||||
|
|
||||||
This is the Docker configuration which allows you to run and tweak the book's notebooks without installing any dependencies on your machine!<br/>
|
This is the Docker configuration which allows you to run and tweak the book's notebooks without installing any dependencies on your machine!<br/>
|
||||||
OK, any except `docker`. With `docker-compose`. Well, you may also want `make` (but it is only used as thin layer to call a few simple `docker-compose` commands).
|
OK, any except `docker`. With `docker-compose`. Well, you may also want `make` (but it is only used as thin layer to call a few simple `docker-compose` commands).
|
||||||
|
|
Loading…
Reference in New Issue