文件最后提交记录最后更新时间
fix(dockerfile) Fixed several bugs in the Dockerfile, corrected the download path for the official CANN package, and revised the usage documentation. Co-authored-by: xuweixin_<xuweixin2@huawei.com> # message auto-generated for no-merge-commit merge: !1350 merge dev_dockerfile into main fix(dockerfile) Fixed several bugs in the Dockerfile, corrected the download path for the official CANN package, and revised the usage documentation. Created-by: xuweixin_ Commit-by: xuweixin_ Merged-by: ascend-robot Description: Fixed several bugs in the Dockerfile corrected the download path for the official CANN package in Makefile KERNEL_URL := $(CANN_BASE_URL)/Ascend-cann-A3-ops_$(CANN_VERSION)_linux-$(ARCH).run ===> KERNEL_URL := $(CANN_BASE_URL)/Ascend-cann-$(CHIP_TYPE)-ops_$(CANN_VERSION)_linux-$(ARCH).run revised the usage documentation. add a command in docker run -v /usr/local/dcmi:/usr/local/dcmi \ See merge request: Ascend/triton-ascend!13502 个月前