diff --git a/examples/v2beta1/horovod/README.md b/examples/v2beta1/horovod/README.md index 07df6426b..10c8e29df 100644 --- a/examples/v2beta1/horovod/README.md +++ b/examples/v2beta1/horovod/README.md @@ -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 .