|
|
|
@@ -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 <https://www.mindspore.cn/install/en> for installation details. | |
|
|
|
| | | `runtime` | Runtime environment provided to install MindSpore binary package with `GPU CUDA10.1` backend. | |
|
|
|
| Ascend | <center>—</center> | <center>—</center> | 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. |
|
|
|
|
|
|
|
|