https://developer.mthreads.com/sdk/download/musa
mthreads/musa 是 MUSA SDK 开发与运行时镜像,用于支持在 MTGPU 上开发和部署异构计算任务(如 AI 推理、图形渲染等)。其设计思路类似于 NVIDIA 提供的 CUDA 镜像,便于在容器环境中快速集成 MUSA 工具链与库。
mthreads/musa provides MUSA SDK runtime and development Docker images for Moore Threads GPUs (MTGPU). Similar to NVIDIA's CUDA images, these images help developers build and deploy heterogeneous computing workloads (e.g., AI inference, graphics) in containerized environments with the MUSA toolchain preinstalled.
镜像标签格式如下:
<musa-version>-<type>-ubuntu<version>-<arch>
Tag format:
<musa-version>-<type>-ubuntu<version>-<arch>
| 标签示例 / Example Tag | 说明 / Description |
|---|---|
rc4.2.0-runtime-ubuntu22.04-amd64 | 运行时镜像,仅包含必要运行库(如 libmusart) Runtime image with core libraries (e.g., libmusart) |
rc4.2.0-devel-ubuntu22.04-amd64 | 开发镜像,包含编译器、工具链、头文件等 Development image with compiler, headers, and tools |
这些镜像适合部署一般性 MUSA 应用与模型,不包含 muDNN 加速库。
These images are suitable for general MUSA application and model deployment, without muDNN acceleration.
| 标签示例 / Example Tag | 说明 / Description |
|---|---|
rc4.0.1-mudnn-runtime-ubuntu22.04 | 带有 muDNN 推理加速的运行时镜像 Runtime image with muDNN inference acceleration |
rc4.0.1-mudnn-devel-ubuntu22.04 | 带有 muDNN 的开发镜像,适合训练与优化 Development image with muDNN, suitable for training and tuning |
这些镜像额外集成了 muDNN(Moore Threads Deep Neural Network 库),可显著提升推理/训练性能。
These variants include muDNN (Moore Threads Deep Neural Network library) for accelerated inference and training performance.
Content type
Image
Digest
sha256:e16f5d760…
Size
2.5 GB
Last updated
12 months ago
docker pull mthreads/musa:rc4.3.0-devel-ubuntu22.04-amd64