Add docker note
This commit is contained in:
Jonathan Harper 2019-02-10 12:53:12 -08:00
Родитель 10bcdc376b
Коммит 8f896f9090
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -62,7 +62,7 @@ pip install -r requirements.txt
### Build the Docker image
We've provided a build script that uses `aicrowd-repo2docker` to build an image `obstacle_tower_challenge:latest` from your repository:
We've provided a build script that uses `aicrowd-repo2docker` to build an image `obstacle_tower_challenge:latest` from your repository. Ensure [Docker](https://docs.docker.com/install/) is running on your machine, then run:
```
./build.sh
```