Skip to content

Commit d28b5c2

Browse files
committed
Change mpi example docker hub registry
1 parent 941814c commit d28b5c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/v1beta1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,5 +393,5 @@ docker.io/inaccel/jupyter:lab
393393
- MPI operator horovod mnist example, [source](https://github.com/kubeflow/mpi-operator/tree/master/examples/horovod).
394394

395395
```
396-
docker.io/kubeflowkatib/horovod-mnist
396+
docker.io/kubeflow/mpi-horovod-mnist
397397
```

examples/v1beta1/mpijob-horovod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
sidecar.istio.io/inject: "false"
5454
spec:
5555
containers:
56-
- image: docker.io/kubeflowkatib/horovod-mnist
56+
- image: docker.io/kubeflow/mpi-horovod-mnist
5757
name: mpi-launcher
5858
command:
5959
- mpirun
@@ -93,7 +93,7 @@ spec:
9393
sidecar.istio.io/inject: "false"
9494
spec:
9595
containers:
96-
- image: docker.io/kubeflowkatib/horovod-mnist
96+
- image: docker.io/kubeflow/mpi-horovod-mnist
9797
name: mpi-worker
9898
resources:
9999
limits:

0 commit comments

Comments
 (0)