From 401dabb786a9097d6dd84f391657d266b04e9a37 Mon Sep 17 00:00:00 2001 From: Hu Sheng Date: Thu, 2 Apr 2020 16:11:55 +0800 Subject: [PATCH] Update README.md Remove Ascend row in table --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 925c22591d8..cb838e5f5ea 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,6 @@ currently the containerized build options are supported as follows: | CPU | `mindspore/mindspore-cpu:0.1.0-alpha` | | GPU CUDA 9.2 | `mindspore/mindspore-cuda9.2:0.1.0-alpha` | | GPU CUDA 10.1 | `mindspore/mindspore-cuda10.1:0.1.0-alpha` | -| Ascend |
| Take `CPU` for example, you can directly pull the image using the below command: ```