Match-id-69372e5c8ccb4a7f4589d343034d477664886b4a

This commit is contained in:
BianTanggui
2022-02-28 11:50:04 +08:00
parent fa0ba3ce48
commit 6bbfe3d51a
2 changed files with 1 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ Ascend Docker在prestart-hook这个钩子函数中对容器做了以下配置
## 下载
### run包
开发人员可从昇腾社区下载Toolbox,下载链接为https://ascend.huawei.com/zh/#/software/cann/commercial
开发人员可从昇腾社区下载Toolbox,下载链接为https://www.hiascend.com/software/mindx-dl
下载后安装ToolboxAscend-docker-runtime已集成至实用工具包toolbox中。
# 功能

View File

@@ -55,9 +55,6 @@ function install()
mv ${SRC} ${DST}
echo 'create damom.json success'
echo 'please reboot docker daemon to take effect'
if [ -f "/var/log/ascend_seclog/ascend_toolbox_install.log" ];then
chmod 600 "/var/log/ascend_seclog/ascend_toolbox_install.log"
fi
}
function uninstall()