Clarify that 'make' is optional

main
Aurélien Geron 2021-03-02 22:27:20 +13:00
parent 46307aced0
commit f65e2e7ad9
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
# 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/>
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, so it is optional).
## Prerequisites
As stated, the two things you need is `docker` and `docker-compose`.
As stated, the two things you need are `docker` and `docker-compose`.
Follow the instructions on [Install Docker](https://docs.docker.com/engine/installation/) and [Install Docker Compose](https://docs.docker.com/compose/install/) for your environment if you haven't got `docker` already.