Skip to content

Commit 41734e3

Browse files
authored
Updated Docker docs for new images (horovod#2949)
Signed-off-by: Travis Addair <[email protected]>
1 parent 7a69711 commit 41734e3

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

docs/docker.rst

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,11 @@
33
Horovod in Docker
44
=================
55

6-
To streamline the installation process on GPU machines, we have published the reference `Dockerfile <https://github.com/horovod/horovod/blob/master/Dockerfile.gpu>`__ so
7-
you can get started with Horovod in minutes. The container includes `Examples <https://github.com/horovod/horovod/tree/master/examples>`__ in the ``/examples``
6+
To streamline the installation process, we have published reference `Dockerfiles <https://github.com/horovod/horovod/blob/master/docker>`__ so
7+
you can get started with Horovod in minutes. These containers include Horovod `examples <https://github.com/horovod/horovod/tree/master/examples>`__ in the ``/examples``
88
directory.
99

10-
Pre-built Docker containers with Horovod are available on `DockerHub <https://hub.docker.com/r/horovod/horovod>`__.
11-
12-
13-
Building
14-
~~~~~~~~
15-
Before building, you can modify ``Dockerfile.gpu`` to your liking, e.g. select a different CUDA, TensorFlow or Python version.
16-
17-
.. code-block:: bash
18-
19-
$ mkdir horovod-docker-gpu
20-
$ wget -O horovod-docker-gpu/Dockerfile https://raw.githubusercontent.com/horovod/horovod/master/Dockerfile.gpu
21-
$ docker build -t horovod:latest horovod-docker-gpu
22-
23-
For users without GPUs available in their environments, we've also published a `CPU Dockerfile <https://github.com/horovod/horovod/blob/master/Dockerfile.cpu>`__
24-
you can build and run similarly.
10+
Pre-built Docker containers with Horovod are available on `DockerHub <https://hub.docker.com/r/horovod/horovod>`__ for GPU, CPU, and `Ray <https://ray.io>`__.
2511

2612

2713
Running on a single machine

0 commit comments

Comments
 (0)