Skip to content

Commit 54160b0

Browse files
authored
Fix invalid link for horovod cpu-only example Dockerfile (#601)
1 parent f031394 commit 54160b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v2beta1/horovod/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example shows how to run a cpu-only mpijob.
44

55
## How to Build Image
66

7-
This example dockerfile is based on Horovod cpu only [dockerfile](https://raw.githubusercontent.com/horovod/horovod/master/Dockerfile.cpu), you can build the image as follows:
7+
This example dockerfile is based on Horovod cpu only [dockerfile](https://raw.githubusercontent.com/horovod/horovod/master/docker/horovod-cpu/Dockerfile), you can build the image as follows:
88

99
```bash
1010
docker build -t horovod:latest .

0 commit comments

Comments
 (0)