# docker_for_mindspore_train **Repository Path**: Maigee/docker_for_mindspore_train ## Basic Information - **Project Name**: docker_for_mindspore_train - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-30 - **Last Updated**: 2024-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README https://gitee.com/Maigee/create_docker/tree/master/create_docker_ubuntu20.04 1)下载文件(根据实际需求进行修改): 1、CANN包,例如: CANN8.0.RC3-toolkit: wget https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/CANN/CANN%208.0.RC3/Ascend-cann-toolkit_8.0.RC3_linux-aarch64.run --no-check-certificate CANN8.0.RC3-kernels wget https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/CANN/CANN%208.0.RC3/Ascend-cann-kernels-910b_8.0.RC3_linux-aarch64.run --no-check-certificate toolbox: wget https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/MindX/MindX%206.0.RC3/Ascend-mindx-toolbox_6.0.RC3_linux-aarch64.run --no-check-certificate 2、mindformers包,例如: git clone https://gitee.com/mindspore/mindformers.git -b r1.3.0 3、mindspore包,例如: wget https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.4.0/MindSpore/unified/aarch64/mindspore-2.4.0-cp310-cp310-linux_aarch64.whl --no-check-certificate 4、Python包,例如: wget https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tgz --no-check-certificate --no-check-certificate 2)将下载文件放置Dockerfile同级目录 3)执行下述命令构建镜像 docker build -f Dockerfile --tag cann8.0.rc3_py310_modelarts:mindspore2.4.0 .