Skip to content

Commit dce6905

Browse files
committed
Update image link
1 parent 368dbc3 commit dce6905

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

examples/v1beta1/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,9 @@ docker.io/kubeflow/mpi-horovod-mnist
389389
```
390390
docker.io/kubeflowkatib/xgboost-lightgbm
391391
```
392+
393+
- MXNet operator BytePS example, [source](https://github.com/bytedance/byteps/blob/master/example/mxnet/train_imagenet_byteps.py)
394+
395+
```
396+
docker.io/bytepsimage/mxnet
397+
```

examples/v1beta1/mxjob-byteps.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
spec:
4444
containers:
4545
- name: mxnet
46-
image: bytepsimage/mxnet
46+
image: docker.io/bytepsimage/mxnet
4747
command: ["bpslaunch"]
4848
Server:
4949
replicas: 1
@@ -52,7 +52,7 @@ spec:
5252
spec:
5353
containers:
5454
- name: mxnet
55-
image: bytepsimage/mxnet
55+
image: docker.io/bytepsimage/mxnet
5656
command: ["bpslaunch"]
5757
Worker:
5858
replicas: 1
@@ -61,7 +61,7 @@ spec:
6161
spec:
6262
containers:
6363
- name: mxnet
64-
image: bytepsimage/mxnet
64+
image: docker.io/bytepsimage/mxnet
6565
command: ["bpslaunch"]
6666
args:
6767
[

0 commit comments

Comments
 (0)