提交 5add51f0 编写于 作者: L lyd911

fixed docker image name in README and yaml file

上级 d0cf3cec
......@@ -28,7 +28,7 @@ MindSpore docker image is hosted on [Docker Hub](https://hub.docker.com/reposito
you can directly fetch the image using the below command:
```
docker pull mindspore/mindspore:0.1.0-alpha
docker pull mindspore/mindspore-cpu:0.1.0-alpha
```
### Design
......@@ -41,7 +41,7 @@ metadata:
name: msjob-mnist
spec:
containers:
- image: mindspore/mindspore:0.1.0-alpha
- image: mindspore/mindspore-cpu:0.1.0-alpha
imagePullPolicy: IfNotPresent
name: msjob-mnist
command: ["/bin/bash", "-c", "python /tmp/test/MNIST/lenet.py"]
......@@ -92,7 +92,7 @@ The MindSpore image we download from docker hub is `0.1.0-alpha` version:
```
REPOSITORY TAG IMAGE ID CREATED SIZE
mindspore/mindspore 0.1.0-alpha 1cefbd0f7846 2 days ago 1.69GB
mindspore/mindspore-cpu: 0.1.0-alpha 1cefbd0f7846 2 days ago 1.69GB
```
MindSpore supports heterogeneous computing including multiple hardware and
......@@ -217,7 +217,7 @@ spec:
template:
spec:
containers:
- image: mindspore/mindspore:0.1.0-alpha
- image: mindspore/mindspore-cpu:0.1.0-alpha
imagePullPolicy: IfNotPresent
name: msjob-mnist
command: ["/bin/bash", "-c", "python /tmp/test/MNIST/lenet.py"]
......@@ -240,7 +240,7 @@ spec:
template:
spec:
containers:
- image: mindspore/mindspore:0.1.0-alpha
- image: mindspore/mindspore-cpu:0.1.0-alpha
imagePullPolicy: IfNotPresent
name: msjob-mnist
command: ["/bin/bash", "-c", "python /tmp/test/MNIST/lenet.py"]
......
......@@ -12,7 +12,7 @@ spec:
template:
spec:
containers:
- image: mindspore/mindspore:0.1.0-alpha
- image: mindspore/mindspore-cpu:0.1.0-alpha
imagePullPolicy: IfNotPresent
name: msjob-mnist
command: ["/bin/bash", "-c", "python /tmp/test/MNIST/lenet.py"]
......@@ -35,7 +35,7 @@ spec:
template:
spec:
containers:
- image: mindspore/mindspore:0.1.0-alpha
- image: mindspore/mindspore-cpu:0.1.0-alpha
imagePullPolicy: IfNotPresent
name: msjob-mnist
command: ["/bin/bash", "-c", "python /tmp/test/MNIST/lenet.py"]
......
......@@ -4,7 +4,7 @@ metadata:
name: msjob-mnist
spec:
containers:
- image: mindspore/mindspore:0.1.0-alpha
- image: mindspore/mindspore-cpu:0.1.0-alpha
imagePullPolicy: IfNotPresent
name: msjob-mnist
command: ["/bin/bash", "-c", "python /tmp/test/MNIST/lenet.py"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册