提交 10c5ed55 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!1 Fixed the MindSpore docker image name in README and yaml files

Merge pull request !1 from YedongLiu/master
......@@ -24,11 +24,11 @@ This project defines the following:
### MindSpore Docker Image
MindSpore docker image is hosted on [Docker Hub](https://hub.docker.com/repository/docker/mindspore/mindspore),
MindSpore docker image is hosted on [Docker Hub](https://hub.docker.com/r/mindspore/mindspore-cpu),
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.
先完成此消息的编辑!
想要评论请 注册