diff --git a/README.md b/README.md index 52963a086d8..ad5ef15df7a 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,6 @@ currently the containerized build options are supported as follows: | GPU | `mindspore/mindspore-gpu` | `x.y.z` | Production environment with pre-installed MindSpore `x.y.z` GPU release. | | | | `devel` | Development environment provided to build MindSpore (with `GPU CUDA10.1` backend) from the source, refer to for installation details. | | | | `runtime` | Runtime environment provided to install MindSpore binary package with `GPU CUDA10.1` backend. | -| Ascend |
|
| Coming soon. | > **NOTICE:** For GPU `devel` docker image, it's NOT suggested to directly install the whl package after building from the source, instead we strongly RECOMMEND you transfer and install the whl package inside GPU `runtime` docker image. diff --git a/README_CN.md b/README_CN.md index 76daf2ca862..6ba08301b25 100644 --- a/README_CN.md +++ b/README_CN.md @@ -150,7 +150,6 @@ MindSpore的Docker镜像托管在[Docker Hub](https://hub.docker.com/r/mindspore | GPU | `mindspore/mindspore-gpu` | `x.y.z` | 已经预安装MindSpore `x.y.z` GPU版本的生产环境。 | | | | `devel` | 提供开发环境从源头构建MindSpore(`GPU CUDA10.1`后端)。安装详情请参考 。 | | | | `runtime` | 提供运行时环境安装MindSpore二进制包(`GPU CUDA10.1`后端)。 | -| Ascend |
|
| 即将推出,敬请期待。 | > **注意:** 不建议从源头构建GPU `devel` Docker镜像后直接安装whl包。我们强烈建议您在GPU `runtime` Docker镜像中传输并安装whl包。