Skip to content

Commit

Permalink
Change mpi example docker hub registry
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Sep 18, 2020
1 parent 941814c commit d28b5c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,5 +393,5 @@ docker.io/inaccel/jupyter:lab
- MPI operator horovod mnist example, [source](https://github.com/kubeflow/mpi-operator/tree/master/examples/horovod).

```
docker.io/kubeflowkatib/horovod-mnist
docker.io/kubeflow/mpi-horovod-mnist
```
4 changes: 2 additions & 2 deletions examples/v1beta1/mpijob-horovod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
sidecar.istio.io/inject: "false"
spec:
containers:
- image: docker.io/kubeflowkatib/horovod-mnist
- image: docker.io/kubeflow/mpi-horovod-mnist
name: mpi-launcher
command:
- mpirun
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
sidecar.istio.io/inject: "false"
spec:
containers:
- image: docker.io/kubeflowkatib/horovod-mnist
- image: docker.io/kubeflow/mpi-horovod-mnist
name: mpi-worker
resources:
limits:
Expand Down

0 comments on commit d28b5c2

Please sign in to comment.