Ascend Docker(容器引擎插件)本质上是基于OCI标准(开放容器倡议标准)实现的Docker Runtime(容器运行环境),不修改Docker引擎,对Docker以插件方式提供Ascend NPU适配功能,使用户AI作业能够以Docker容器的方式平滑运行在昇腾设备上。
本节将提供快速安装Ascend-Docker的步骤,用以后续部署容器镜像,更多Ascend-Docker使用方法请参考《MindX DL 集群调度用户指南》的“安装 > 组件安装 > 安装部署 > 手动安装 > 安装Ascend Docker Runtime”章节。
软件类型 |
软件包名称 |
获取链接 |
---|---|---|
容器引擎插件 |
Ascend-docker-runtime_<version>_linux-<arch>.run |
chmod +x Ascend-docker-runtime_<version>_linux-<arch>.run ./Ascend-docker-runtime_<version>_linux-<arch>.run --check
[WARNING]: --check is meaningless for Ascend-docker-runtime and will be discarded in the future Verifying archive integrity... ./Ascend-docker-runtime_ <version>_linux-<arch>.run does not contain an embedded SHA256 checksum. ... All good.
./Ascend-docker-runtime_<version>_linux-<arch>.run --install
Uncompressing ascend-docker-runtime 100% [INFO]: installing ascend docker runtime ... [INFO] Ascend Docker Runtime install success
systemctl daemon-reload && systemctl restart docker