diff --git a/_static/ascend_actions.js b/_static/ascend_actions.js index d9db3a5..9fa2dbf 100644 --- a/_static/ascend_actions.js +++ b/_static/ascend_actions.js @@ -208,7 +208,7 @@ $(document).ready(function () { var kernel_name = parts[parts.length - 1]; $('#install_kernel_section').show(); // download and install kernel - $('#codecell13').html('wget "' + kernel_url + '"\nsh ' + kernel_name + ' --install'); + $('#codecell14').html('wget "' + kernel_url + '"\nsh ' + kernel_name + ' --install'); } $('#use_docker_section').hide(); diff --git a/sources/ascend/quick_install.rst b/sources/ascend/quick_install.rst index 1365615..6611580 100644 --- a/sources/ascend/quick_install.rst +++ b/sources/ascend/quick_install.rst @@ -174,8 +174,14 @@ Python 3.8, 3.9, 3.10
Ascend-cann-toolkit install success.
+

2.3.3 设置环境变量

+
+
+
source /usr/local/Ascend/ascend-toolkit/set_env.sh
+
+
-

2.3.3 安装算子包

+

2.3.4 安装算子包


@@ -188,12 +194,6 @@ Python   3.8, 3.9, 3.10
                                 
Ascend-cann-kernels install success.
-

2.3.4 设置环境变量

-
-
-
source /usr/local/Ascend/ascend-toolkit/set_env.sh
-
-

2.3 运行Docker容器