Skip to content

Commit

Permalink
Fix invalid horovod cpu-only example Dockerfile link
Browse files Browse the repository at this point in the history
  • Loading branch information
lianghao208 committed Nov 4, 2023
1 parent f031394 commit dea2d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v2beta1/horovod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example shows how to run a cpu-only mpijob.

## How to Build Image

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:
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:

```bash
docker build -t horovod:latest .
Expand Down

0 comments on commit dea2d0c

Please sign in to comment.