镜像概览

完整引用
docker.io/wallies/python-cuda
Registry
docker.io
命名空间
wallies
仓库
python-cuda
已缓存 Tag 数
8
最近同步
07/13/2026, 02:18 PM

简介

Python CUDA 基础镜像(wallies),NVIDIA GPU Python 深度学习环境,PyTorch/TensorFlow 容器化构建基础层。

详细介绍

wallies/python-cuda 提供预装 NVIDIA CUDA 与 Python 的深度学习基础镜像,适合 PyTorch/TensorFlow 应用构建。定位为 GPU Python 基础镜像,非独立业务服务;ML 训练/推理 Dockerfile FROM、GPU CI 构建环境或 CUDA Python 标准化基础层。

快速启动

docker run --rm --gpus all wallies/python-cuda:latest python -c "import torch; print(torch.cuda.is_available())"

推荐实践

# Dockerfile
FROM docker.io/wallies/python-cuda:12.4-cudnn9-runtime
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY app /app
CMD ["python", "/app/main.py"]

核心参数说明

  • --gpus all — 需 NVIDIA GPU
  • 用途 — 基础镜像/ML 构建
  • 版本 — 固定 CUDA/cuDNN tag
  • 部署 — 作为 ML 应用 Dockerfile FROM

最新 Tag(20 条)

查看全部 8 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/wallies/python-cuda
:3.9-cuda11.7-runtime
linux/amd64
2025/12/27 12:301.3 GBsha256:c3c5fa581324
docker.io/wallies/python-cuda
:3.12-cuda12.2-runtime
linux/amd64
2025/12/27 12:241.4 GBsha256:79c7519ececf
docker.io/wallies/python-cuda
:3.11-cuda12.2-runtime
linux/amd64
2025/12/27 12:101.4 GBsha256:cde8f63da57e
docker.io/wallies/python-cuda
:3.11-cuda11.8-runtime
linux/amd64
2025/12/27 12:001.4 GBsha256:6f4590655ded
docker.io/wallies/python-cuda
:3.11-cuda11.7-runtime
linux/amd64
2025/12/27 11:511.3 GBsha256:474925133a58
docker.io/wallies/python-cuda
:3.10-cuda11.7-runtime
linux/amd64
2025/12/27 11:371.3 GBsha256:bdb3cabdce92
docker.io/wallies/python-cuda
:3.10-cuda11.6-runtime
linux/amd64
2022/06/13 09:581.3 GBsha256:213346d27038
docker.io/wallies/python-cuda
:3.9-cuda11.6-runtime
linux/amd64
2022/05/30 09:311.3 GBsha256:761fb218a7c9