阿里云官方为您提供了Alibaba Cloud AI Containers(简称AC2)镜像列表,您可以在阿里云上的所有AI容器场景中选择使用。
BaseOS镜像
镜像名称 | 版本信息 | 镜像地址 | 镜像描述 |
Alibaba Cloud Linux3 BaseOS镜像 | Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:alinux3.2104 | Alibaba Cloud Linux 3.2104基础容器镜像 |
ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:alinux3.2104-py310 | Alibaba Cloud Linux 3.2104基础容器镜像,提供Python3.10.13 | ||
ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:alinux3.2104-py310-optimised | Alibaba Cloud Linux 3.2104优化容器镜像,提供Python3.10.13优化 | ||
Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:alinux3.2304 | Alibaba Cloud Linux 3.2304基础容器镜像 | |
ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:alinux3.2304-optimised | Alibaba Cloud Linux 3.2104优化容器镜像,提供Python3.10.13优化 | ||
Ubuntu BaseOS镜像 | Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:ubuntu22.04 | Ubuntu 22.04基础容器镜像 |
ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:ubuntu22.04-py310 | Ubuntu 22.04基础容器镜像,提供Python3.10.13 | ||
ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:ubuntu22.04-py310-optimised | Ubuntu 22.04基础优化容器镜像,提供Python3.10.13优化 | ||
Ubuntu 24.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:ubuntu24.04 | Ubuntu 24.04基础容器镜像 | |
ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:ubuntu24.04-py312 | Ubuntu 24.04基础容器镜像,提供Python3.12.7 | ||
ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/base:ubuntu24.04-py312-optimised | Ubuntu 24.04基础优化容器镜像,提供Python3.12.7优化 | ||
distroless镜像 | Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/distroless:static-alinux3.2104 | 基于Alibaba Cloud Linux 3.2104制作的static镜像,适用于静态编译的应用程序,如go语言应用。 |
ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/distroless:cc-alinux3.2104 | 基于Alibaba Cloud Linux 3.2104制作的cc镜像,提供libc和libgcc,适用于大部分静态编译的语言应用,如rust。 | ||
ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/distroless:py310-alinux3.2104 | 基于Alibaba Cloud Linux 3.2104制作的Python3.10镜像,提供Python3.10.13。 |
基础镜像
镜像名称 | CPU/GPU | 版本信息 | 镜像地址 | 镜像描述 |
cuda-base | GPU | Python:3.10.13 CUDA:12.1.1 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.1.1-3.2304-base | 包含CUDA运行时(cudart) |
Python:3.10.13 CUDA:11.8.0 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:11.8.0-base-py310-alinux3.2104 | CUDA 11.8 运行时(cudart) | ||
Python:3.10.13 CUDA:11.8.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:11.8.0-3.2304-base | CUDA 11.8 运行时(cudart) | ||
Python:3.10.12 CUDA:12.6.0 BaseOS: Ubuntu22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-base-ubuntu22.04 | CUDA 12.6.0 运行时(cudart) | ||
Python:3.10.13 CUDA:12.6.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-base-py310-alinux3.2304 | CUDA 12.6.0 运行时(cudart) | ||
Python:3.10.13 CUDA:12.6.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-base-py310-alinux3.2304-optimised | CUDA 12.6.0 运行时(cudart) | ||
cuda-runtime | GPU | Python:3.10.13 CUDA:12.1.1 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.1.1-3.2304-runtime | 基于cuda-base镜像,包含CUDA数学库,以及NCCL。 |
Python:3.10.13 CUDA:11.8.0 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:11.8.0-runtime-py310-alinux3.2104 | 基于base镜像,包含CUDA数学库,以及NCCL。 | ||
Python:3.10.13 CUDA:11.8.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:11.8.0-3.2304-runtime | 基于base镜像,包含CUDA数学库,以及NCCL。 | ||
Python:3.10.12 CUDA:12.6.0 BaseOS: Ubuntu22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-runtime-ubuntu22.04 | 基于base镜像,包含CUDA数学库,以及NCCL。 | ||
Python:3.10.13 CUDA:12.6.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-runtime-py310-alinux3.2304 | 基于base镜像,包含CUDA数学库,以及NCCL。 | ||
Python:3.10.13 CUDA:12.6.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-runtime-py310-alinux3.2304-optimised | 基于base镜像,包含CUDA数学库,以及NCCL。 | ||
cuda-devel | GPU | Python:3.10.13 CUDA:12.1.1 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.1.1-3.2304-devel | 基于cuda-runtime镜像,包含CUDA库的头文件,CUDA开发工具 |
Python:3.10.13 CUDA:11.8.0 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:11.8.0-devel-py310-alinux3.2104 | 基于runtime镜像,包含CUDA库的头文件,CUDA开发工具 | ||
Python:3.10.13 CUDA:11.8.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:11.8.0-3.2304-devel | 基于runtime镜像,包含CUDA库的头文件,CUDA开发工具 | ||
Python:3.10.12 CUDA:12.6.0 BaseOS: Ubuntu22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-devel-ubuntu22.04 | 基于runtime镜像,包含CUDA库的头文件,CUDA开发工具 | ||
Python:3.10.13 CUDA:12.6.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-devel-py310-alinux3.2304 | 基于runtime镜像,包含CUDA库的头文件,CUDA开发工具 | ||
Python:3.10.13 CUDA:12.6.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-devel-py310-alinux3.2304-optimised | 基于runtime镜像,包含CUDA库的头文件,CUDA开发工具 | ||
cuda-cudnn-runtime | GPU | Python:3.10.13 cuDNN:8.9.3.28 CUDA:12.1.1 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.1.1-cudnn8-runtime-alinux3.2304 | 基于cuda-runtime镜像,包含cuDNN 8 |
Python:3.10.13 cuDNN:8.9.3.28 CUDA:11.8.0 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:11.8.0-cudnn8-runtime-alinux3.2104 | 基于cuda-runtime镜像,包含cuDNN 8。 | ||
Python:3.10.13 cuDNN:8.9.3.28 CUDA:11.8.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:11.8.0-cudnn8-runtime-alinux3.2304 | 基于cuda-runtime镜像,包含cuDNN 8 | ||
Python:3.10.12 cuDNN: 9.3.0.75 CUDA:12.6.0 BaseOS: Ubuntu22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-runtime-cudnn9-ubuntu22.04 | 基于cuda-runtime镜像,包含cuDNN 9。 | ||
Python:3.10.13 cuDNN: 9.3.0.75 CUDA:12.6.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-runtime-cudnn9-py310-alinux3.2304 | 基于cuda-runtime镜像,包含cuDNN 9。 | ||
Python:3.10.13 cuDNN: 9.3.0.75 CUDA:12.6.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-runtime-cudnn9-py310-alinux3.2304-optimised | 基于cuda-runtime镜像,包含cuDNN 9。 | ||
cuda-cudnn-devel | GPU | Python:3.10.13 cuDNN:8.9.3.28 CUDA:12.1.1 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.1.1-cudnn8-devel-alinux3.2304 | 基于cuda-devel镜像,包含cuDNN库与头文件 |
Python:3.10.13 cuDNN:8.9.3.28 CUDA:11.8.0 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:11.8.0-cudnn8-devel-alinux3.2104 | 基于cuda-devel镜像,包含cuDNN库与头文件。 | ||
Python:3.10.13 cuDNN:8.9.3.28 CUDA:11.8.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:11.8.0-cudnn8-devel-alinux3.2304 | 基于cuda-devel镜像,包含cuDNN库与头文件 | ||
Python:3.10.12 cuDNN: 9.3.0.75 CUDA:12.6.0 BaseOS: Ubuntu22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-runtime-cudnn9-ubuntu22.04 | 基于cuda-devel镜像,包含cuDNN库与头文件。 | ||
Python:3.10.13 cuDNN: 9.3.0.75 CUDA:12.6.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-runtime-cudnn9-py310-alinux3.2304 | 基于cuda-devel镜像,包含cuDNN库与头文件。 | ||
Python:3.10.13 cuDNN: 9.3.0.75 CUDA:12.6.0 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/cuda:12.6.0-runtime-cudnn9-py310-alinux3.2304-optimised | 基于cuda-devel镜像,包含cuDNN库与头文件。 | ||
DTK | DCU | Python: 3.10.13 DTK: 24.04.1 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/dtk:24.04.1-alinux3.2304 | DCU Toolkit镜像 |
ROCM | GPU | Python: 3.10.13 ROCM: 6.2.4 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/rocm:6.2.4-py310-ubuntu22.04-enhanced | 基于Ubuntu22.04的ROCM SDK镜像 |
Python: 3.10.13 ROCM: 6.2.4 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/rocm:6.2.4-py310-alinux3.2104-enhanced | 基于alibaba cloud linux 3.2104的ROCM SDK镜像 | ||
eRDMA | CPU | eRDMA: 44.1 Python: 3.10.13 BaseOS:Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/erdma:44.1-py310-alinux3.2104 | 基于alibaba cloud linux 3.2104,提供python 3.10.13,eRDMA 44.1 |
eRDMA: 44.1 NCCL:2.20.5 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/erdma:44.1-nccl2.20.5-py310-alinux3.2104 | 基于alibaba cloud linux 3.2104,提供Python 3.10.13,eRDMA 44.1,NCCL 2.20.5 | ||
GPU | eRDMA: 44.1 NCCL:2.20.5 CUDA: 12.1.1 Python: 3.10.13 BaseOS:Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/erdma:44.1-cuda12.1.1-nccl2.20.5-py310-alinux3.2104 | 基于alibaba cloud linux 3.2104,提供Python 3.10.13,eRDMA 44.1,NCCL 2.20.5,CUDA 12.1.1 | |
eRDMA: 44.1 PyTorch: 2.4.0 NCCL:2.20.5 CUDA: 12.1.1 Python: 3.10.13 BaseOS:Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/erdma:44.1-torch2.4.0-cuda12.1.1-nccl2.20.5-py310-alinux3.2104 | 基于alibaba cloud linux 3.2104,提供Python 3.10.13,eRDMA 44.1,NCCL 2.20.5,CUDA 12.1.1,PyTorch 2.4.0 |
框架镜像
镜像名称 | CPU/GPU | 版本信息 | 镜像地址 |
onnxruntime-openvino | CPU | OpenVINO:2023.1.0 ONNXRuntime:1.15.0 ONNX:1.15.0 Python:3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/onnxruntime-openvino:1.15.0-3.2304 |
pytorch-amd | CPU | ZenDNN:4.1 PyTorch:1.13.1 Python:3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-amd:1.13.1-3.2304-zendnn4.1 |
pytorch | CPU | PyTorch: 2.3.0.3.post1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.3.0.3-alinux3.2304-enhanced |
PyTorch: 2.3.0 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.3.0-alinux3.2304 | ||
PyTorch: 2.2.0.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.2.0.1-3.2304 | ||
pytorch | GPU | PyTorch: 2.4.0 cuDNN: 9.2.1.18 NCCL: 2.20.5 CUDA: 12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.4.0-cuda12.1.1-py310-alinux3.2104 |
PyTorch: 2.3.0.3.post1 cuDNN: 8.9.3.28 NCCL: 2.20.5 CUDA:12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.3.0.3-cuda12.1.1-alinux3.2304-enhanced | ||
PyTorch: 2.3.0.3.post1 cuDNN: 8.9.3.28 NCCL: 2.20.5 CUDA:11.8.0 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.3.0.3-cuda11.8.0-alinux3.2304-enhanced | ||
PyTorch: 2.3.0 cuDNN: 8.9.3.28 NCCL: 2.20.5 CUDA:12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.3.0-cuda12.1.1-alinux3.2304 | ||
PyTorch: 2.3.0 cuDNN: 8.9.3.28 NCCL: 2.20.5 CUDA:11.8.0 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.3.0-cuda11.8.0-alinux3.2304 | ||
PyTorch: 2.2.0.1 CUDA:12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.2.0.1-3.2304-cu121 | ||
PyTorch: 2.2.0.1 CUDA:11.8.0 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.2.0.1-3.2304-cu118 | ||
PyTorch:2.0.1 CUDA: 12.1.1 Python:3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.0.1-3.2304 | ||
pytorch | DCU | PyTorch: 2.1.0 DTK: 24.04.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch:2.1.0-dtk24.04.1-py310-alinux3.2304 |
pytorch-ubuntu | CPU | PyTorch: 2.3.0.3.post1 Python: 3.10.12 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-ubuntu:2.3.0.3-ubuntu22.04-enhanced |
PyTorch: 2.3.0 Python: 3.10.12 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-ubuntu:2.3.0-ubuntu22.04 | ||
PyTorch: 2.2.0.1 Python: 3.10.12 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-ubuntu:2.2.0.1-22.04 | ||
pytorch-ubuntu | GPU | PyTorch: 2.3.0.3.post1 cuDNN: 8.9.3.28 NCCL: 2.20.5 CUDA: 12.1.1 Python: 3.10.12 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-ubuntu:2.3.0.3-cuda12.1.1-ubuntu22.04-enhanced |
PyTorch: 2.3.0.3.post1 cuDNN: 8.7.0.84 NCCL: 2.20.5 CUDA: 11.8.0 Python: 3.10.12 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-ubuntu:2.3.0.3-cuda11.8.0-ubuntu22.04-enhanced | ||
PyTorch: 2.3.0 cuDNN: 8.9.3.28 NCCL: 2.20.5 CUDA: 12.1.1 Python: 3.10.12 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-ubuntu:2.3.0-cuda12.1.1-ubuntu22.04 | ||
PyTorch: 2.3.0 cuDNN: 8.7.0.84 NCCL: 2.20.5 CUDA: 11.8.0 Python: 3.10.12 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-ubuntu:2.3.0-cuda11.8.0-ubuntu22.04 | ||
PyTorch: 2.2.0.1 CUDA: 12.1.1 Python: 3.10.12 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-ubuntu:2.2.0.1-22.04-cu121 | ||
PyTorch: 2.2.0.1 CUDA: 11.8.0 Python: 3.10.12 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-ubuntu:2.2.0.1-22.04-cu118 | ||
pytorch-intel | CPU | Intel Extension for PyTorch: 2.2.0+cpu PyTorch: 2.2.0.1 Python: 3.10.12 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/pytorch-intel:2.2.0.1-22.04 |
rec-tf | GPU | eRDMA: 46.0 OpenMPI: 4.1.1 Slurm: 20.11.9 pssh: 2.3.1 Horovod: 0.20.0 TensorFlow: 1.15.5+nv NCCL: 2.18.3 CUDA: 11.4.4 Python: 3.6.8 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/rec-tf:1.15.5-cuda11.4.4-alinux3.2104 |
rec-ann-benchmarks | CPU | numpy: 1.26.4 hnswlib: 0.8.0 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/rec-ann-benchmarks:75043ab4-hnswlib.0.8.0-py310-alinux3.2104 |
CPU | numpy: 1.26.4 faiss: 1.8.0+cpu Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/rec-ann-benchmarks:75043ab4-faiss.1.8.0-py310-alinux3.2104 | |
GPU | numpy: 1.26.4 faiss: 1.8.0+cu121 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2104 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/rec-ann-benchmarks:75043ab4-faiss.1.8.0-cuda12.1.1-py310-alinux3.2104 |
开发镜像
镜像名称 | CPU/GPU | 版本信息 | 镜像地址 |
jupyter | CPU | JupyterLab:4.0.5 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/jupyter:4.0.5-3.2304 |
jupyter-pytorch | CPU | JupyterLab:4.0.5 PyTorch:2.1.2 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/jupyter-pytorch:4.0.5-3.2304-2.1.2 |
jupyter-pytorch-cuda | GPU | JupyterLab:4.0.5 PyTorch:2.1.2 CUDA:12.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/jupyter-pytorch-cuda:4.0.5-3.2304-2.1.2cu121 |
JupyterLab:4.0.5 PyTorch:2.1.2 CUDA:11.8 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/jupyter-pytorch-cuda:4.0.5-3.2304-2.1.2cu118 | ||
vscode | CPU | code-server:4.22.1 Python:: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/vscode:4.22.1-3.2304 |
vscode-cuda | GPU | code-server: 4.22.1 CUDA: 12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/vscode:4.22.1-3.2304-cu12.1.1-devel |
code-server: 4.22.1 CUDA: 11.8.0 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/vscode:4.22.1-3.2304-cu11.8.0-devel | ||
vscode-cuda-cudnn8 | GPU | code-server: 4.22.1 cuDNN: 8.9.3.28 CUDA: 12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/vscode:4.22.1-3.2304-cu12.1.1-cudnn8-devel |
code-server: 4.22.1 cuDNN: 8.9.3.28 CUDA: 11.8.0 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/vscode:4.22.1-3.2304-cu11.8.0-cudnn8-devel | ||
vscode-torch-cuda-cudnn8 | GPU | code-server: 4.22.1 PyTorch: 2.2.0.1 cuDNN: 8.9.3.28 CUDA: 12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/vscode:4.22.1-3.2304-torch2.2.0.1-cu12.1.1-cudnn8-devel |
code-server: 4.22.1 PyTorch: 2.2.0.1 cuDNN: 8.9.3.28 CUDA: 11.8.0 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/vscode:4.22.1-3.2304-torch2.2.0.1-cu11.8.0-cudnn8-devel | ||
fluid-dynamic-mount | N/A | libfuse: 3.11.0 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/fluid-dynamic-mount:1.0.1-base-ubuntu22.04 |
N/A | jindosdk: 6.3.1 libfuse: 3.11.0 BaseOS: Ubuntu 22.04 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/fluid-dynamic-mount:1.0.1-jindo-fuse-ubuntu22.04 |
大模型镜像
镜像名称 | CPU/GPU | 版本信息 | 镜像地址 | 镜像描述 |
qwen | CPU | gradio: 3.41.0 tiktoken: 0.5.2 accelerate: 0.26.1 transformers: 4.36.2 PyTorch: 2.2.0.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/qwen:runtime-pytorch2.2.0.1-alinux3.2304 | Qwen系列大模型CPU运行环境镜像,支持Qwen 1.8-72B |
GPU | gradio: 3.41.0 optimum: 1.19.2 auto-gptq: 0.7.1 flash-attn: 2.5.8 tiktoken: 0.5.2 accelerate: 0.26.1 transformers: 4.36.2 PyTorch: 2.2.0.1 CUDA:12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/qwen:runtime-pytorch2.2.0.1-cuda12.1.1-alinux3.2304 | Qwen系列大模型GPU运行环境镜像,支持Qwen 1.8-72B(含量化模型) | |
CPU | 组件继承自 qwen:runtime-pytorch2.2.0.1-cuda12.1.1-alinux3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/qwen:7b-pytorch2.2.0.1-alinux3.2304 | Qwen系列大模型CPU一键部署镜像,默认部署Qwen 7B Chat模型 | |
GPU | 组件继承自 qwen:runtime-pytorch2.2.0.1-alinux3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/qwen:7b-pytorch2.2.0.1-cuda12.1.1-alinux3.2304 | Qwen系列大模型GPU一键部署镜像,默认部署Qwen 7B Chat模型 | |
chatglm3 | CPU | gradio: 3.41.0 sentencepiece: 0.1.99 safetensors: 0.4.0 accelerate: 0.26.1 transformers: 4.36.2 PyTorch: 2.2.0.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/chatglm3:runtime-pytorch2.2.0.1-alinux3.2304 | ChatGLM3大模型CPU运行环境镜像 |
GPU | gradio: 3.41.0 sentencepiece: 0.1.99 safetensors: 0.4.0 accelerate: 0.26.1 transformers: 4.36.2 PyTorch: 2.2.0.1 CUDA:12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/chatglm3:runtime-pytorch2.2.0.1-cuda12.1.1-alinux3.2304 | ChatGLM3大模型GPU运行环境镜像 | |
CPU | 组件继承自 chatglm3:runtime-pytorch2.2.0.1-alinux3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/chatglm3:6b-pytorch2.2.0.1-alinux3.2304 | ChatGLM3大模型CPU一键部署镜像 | |
GPU | 组件继承自 chatglm3:runtime-pytorch2.2.0.1-cuda12.1.1-alinux3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/chatglm3:6b-pytorch2.2.0.1-cuda12.1.1-alinux3.2304 | ChatGLM3大模型GPU一键部署镜像 | |
Stable Diffusion | CPU | gradio: 3.41.0 tokenizers: 0.15.0 sentencepiece: 0.1.99 safetensors: 0.4.0 accelerate: 0.26.1 open-clip-torch: 2.24.0 transformers: 4.36.2 scikit-image: 0.22.0 scikit-learn: 1.2.2 pytorch-lightning: 1.9.4 PyTorch: 2.3.0 CUDA:12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/sd:runtime-pytorch2.3.0-alinux3.2304 | Stable Diffusion大模型CPU运行环境镜像,支持Stable Diffusion web UI v1.9.0 |
GPU | gradio: 3.41.0 tokenizers: 0.15.0 sentencepiece: 0.1.99 safetensors: 0.4.0 xformers: 0.0.26.post1 accelerate: 0.26.1 open-clip-torch: 2.24.0 transformers: 4.36.2 scikit-image: 0.22.0 scikit-learn: 1.2.2 pytorch-lightning: 1.9.4 PyTorch: 2.3.0 CUDA:12.1.1 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/sd:runtime-pytorch2.3.0-cuda12.1.1-alinux3.2304 | Stable Diffusion大模型GPU运行环境镜像,支持Stable Diffusion web UI v1.9.0 | |
qwen2 | Intel CPU | vllm-xft: 0.5.3.1 sentencepiece: 0.1.99 tiktoken: 0.7.0 tokenizers: 0.20.3 safetensors: 0.4.3 xfastertransformer: 1.8.1 transformers: 4.46.3 PyTorch: 2.3.0 Python: 3.10.13 BaseOS: Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/qwen2:runtime-xft-pytorch2.3.0-alinux3.2304 | Qwen2大模型CPU运行环境镜像,包含 xFasterTransformers,针对Intel CPU优化 |
组件继承自qwen2:runtime-xft-pytorch2.3.0-Alibaba Cloud Linux 3.2304 | ac2-registry.cn-hangzhou.cr.aliyuncs.com/ac2/qwen2:7b-xft-pytorch2.3.0-alinux3.2304 | Qwen2大模型CPU运行环境镜像,使用xFasterTransformers针对Intel CPU优化,使用vLLM提供API服务 |