Match-id-ff03cdd81218aca1b63092293fe6dbb175a70db6

This commit is contained in:
BianTanggui
2022-02-28 13:38:58 +08:00
parent a6f58e1997
commit 6021551987
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()