Skip to content

Commit

Permalink
Docs: fix misleading that the pre-built docker container has the late…
Browse files Browse the repository at this point in the history
…st tag (horovod#771)
  • Loading branch information
zrss authored and alsrgv committed Jan 26, 2019
1 parent 97fa0cd commit 3171a47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ $ docker build -t horovod:latest horovod-docker

After the container is built, run it using [nvidia-docker](https://github.com/NVIDIA/nvidia-docker).

**Note**: you can replace `horovod:latest` with the [specific](https://hub.docker.com/r/uber/horovod/tags) pre-build
Docker container with Horovod instead of building it by yourself

```bash
$ nvidia-docker run -it horovod:latest
root@c278c88dd552:/examples# mpirun -np 4 -H localhost:4 python keras_mnist_advanced.py
Expand Down

0 comments on commit 3171a47

Please sign in to comment.