{"id":48926171,"url":"https://github.com/xiongsp/pytorch-docker","last_synced_at":"2026-04-17T07:01:14.350Z","repository":{"id":302105109,"uuid":"943147864","full_name":"xiongsp/pytorch-docker","owner":"xiongsp","description":"Pure Pytorch Docker Images. Support almost all combinations of Pytorch, Python, Ubuntu, CentOS, and CUDA. 纯净的Pytorch镜像，支持几乎各种Pytorch、Python、Ubuntu、CentOS、CUDA版本的组合。","archived":false,"fork":false,"pushed_at":"2026-04-16T14:07:13.000Z","size":288,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-16T15:33:17.682Z","etag":null,"topics":["centos","cuda","docker","docker-image","python3","pytorch","ubuntu"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/spxiong/pytorch","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiongsp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-05T08:44:13.000Z","updated_at":"2026-04-16T14:07:18.000Z","dependencies_parsed_at":"2025-06-30T16:35:03.056Z","dependency_job_id":null,"html_url":"https://github.com/xiongsp/pytorch-docker","commit_stats":null,"previous_names":["xiongsp/pytorch-docker"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/xiongsp/pytorch-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiongsp%2Fpytorch-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiongsp%2Fpytorch-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiongsp%2Fpytorch-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiongsp%2Fpytorch-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiongsp","download_url":"https://codeload.github.com/xiongsp/pytorch-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiongsp%2Fpytorch-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31918838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos","cuda","docker","docker-image","python3","pytorch","ubuntu"],"created_at":"2026-04-17T07:00:52.252Z","updated_at":"2026-04-17T07:01:14.325Z","avatar_url":"https://github.com/xiongsp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pytorch Docker Images\n\nEnglish | [简体中文](README_CN.md)\n\n[DockerHub]: https://hub.docker.com/r/spxiong/pytorch\n\n\u003e [!NOTE]\n\u003e This is a fork from [cnstark/pytorch-docker](https://github.com/cnstark/pytorch-docker) supporting almost all combinations of pytorch 1.4-2.9, python 3.8-3.14, ubuntu 18.04-22.04, centos 8, and cuda 10.0-13.0.\n\n[![LICENSE](https://img.shields.io/github/license/xiongsp/pytorch-docker.svg)](https://github.com/xiongsp/pytorch-docker/blob/master/LICENSE)\n![Docker Stars](https://img.shields.io/docker/stars/spxiong/pytorch?logo=docker)\n![Docker Pulls](https://img.shields.io/docker/pulls/spxiong/pytorch?logo=docker)\n\nPure pytorch docker images with different os, cuda, and python versions.\n\nGithub: https://github.com/xiongsp/pytorch-docker\n\nDocker Hub: https://hub.docker.com/r/spxiong/pytorch\n\n## Changelog\n\n* 2025/03/04: Support for pytorch 2.6.0.\n* 2024/12/01: Support for pytorch 1.4-2.0.\n* 2024/11/05: Support for pytorch 2.5.x. For 2.1-, please refer to this [DockerHub](https://hub.docker.com/r/cnstark/pytorch) and [Github Repo](https://github.com/cnstark/pytorch-docker).\n* 2024/10/10: Support for pytorch 2.1.x 2.2.x 2.3.x 2.4.x (I'm back).\n\n## Usage\n\n### Preparation\n\n* [Docker](https://docs.docker.com/engine/install/)\n* [Nvidia-docker](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/overview.html) (If a CUDA is required)\n\n### Use pytorch docker\n\nAs same as [Pytorch Official](https://github.com/pytorch/pytorch#docker-image).\n\n```shell\ndocker run -it --rm \\\n    --gpus all \\\n    --net host\n    -v /path/to/project:/path/to/project \\\n    -v /path/to/dataset:/path/to/dataset \\\n    spxiong/pytorch:[TAG]\n```\n\nNote: `/path/to/project` and `/path/to/dataset` is your **own** project path and dataset path, should be replaced in use.\n\n## Image List \n\n\u003c!-- Pytorch versions --\u003e\n[pytorch2.11.0]: https://img.shields.io/badge/Pytorch-2.11.0-orange?logo=pytorch\n[pytorch2.10.0]: https://img.shields.io/badge/Pytorch-2.10.0-orange?logo=pytorch\n[pytorch2.9.1]: https://img.shields.io/badge/Pytorch-2.9.1-orange?logo=pytorch\n[pytorch2.9.0]: https://img.shields.io/badge/Pytorch-2.9.0-orange?logo=pytorch\n[pytorch2.8.0]: https://img.shields.io/badge/Pytorch-2.8.0-orange?logo=pytorch\n[pytorch2.7.1]: https://img.shields.io/badge/Pytorch-2.7.1-orange?logo=pytorch\n[pytorch2.7.0]: https://img.shields.io/badge/Pytorch-2.7.0-orange?logo=pytorch\n[pytorch2.6.0]: https://img.shields.io/badge/Pytorch-2.6.0-orange?logo=pytorch\n[pytorch2.5.1]: https://img.shields.io/badge/Pytorch-2.5.1-orange?logo=pytorch\n[pytorch2.5.0]: https://img.shields.io/badge/Pytorch-2.5.0-orange?logo=pytorch\n[pytorch2.4.1]: https://img.shields.io/badge/Pytorch-2.4.1-orange?logo=pytorch\n[pytorch2.4.0]: https://img.shields.io/badge/Pytorch-2.4.0-orange?logo=pytorch\n[pytorch2.3.1]: https://img.shields.io/badge/Pytorch-2.3.1-orange?logo=pytorch\n[pytorch2.3.0]: https://img.shields.io/badge/Pytorch-2.3.0-orange?logo=pytorch\n[pytorch2.2.2]: https://img.shields.io/badge/Pytorch-2.2.2-orange?logo=pytorch\n[pytorch2.2.1]: https://img.shields.io/badge/Pytorch-2.2.1-orange?logo=pytorch\n[pytorch2.2.0]: https://img.shields.io/badge/Pytorch-2.2.0-orange?logo=pytorch\n[pytorch2.1.2]: https://img.shields.io/badge/Pytorch-2.1.2-orange?logo=pytorch\n[pytorch2.1.1]: https://img.shields.io/badge/Pytorch-2.1.1-orange?logo=pytorch\n[pytorch2.1.0]: https://img.shields.io/badge/Pytorch-2.1.0-orange?logo=pytorch\n[pytorch2.0.1]: https://img.shields.io/badge/Pytorch-2.0.1-orange?logo=pytorch\n[pytorch2.0.0]: https://img.shields.io/badge/Pytorch-2.0.0-orange?logo=pytorch\n[pytorch1.13.1]: https://img.shields.io/badge/Pytorch-1.13.1-orange?logo=pytorch\n[pytorch1.13.0]: https://img.shields.io/badge/Pytorch-1.13.0-orange?logo=pytorch\n[pytorch1.12.1]: https://img.shields.io/badge/Pytorch-1.12.1-orange?logo=pytorch\n[pytorch1.12.0]: https://img.shields.io/badge/Pytorch-1.12.0-orange?logo=pytorch\n[pytorch1.11.0]: https://img.shields.io/badge/Pytorch-1.11.0-orange?logo=pytorch\n[pytorch1.10.2]: https://img.shields.io/badge/Pytorch-1.10.2-orange?logo=pytorch\n[pytorch1.10.1]: https://img.shields.io/badge/Pytorch-1.10.1-orange?logo=pytorch\n[pytorch1.10.0]: https://img.shields.io/badge/Pytorch-1.10.0-orange?logo=pytorch\n[pytorch1.9.1]: https://img.shields.io/badge/Pytorch-1.9.1-orange?logo=pytorch\n[pytorch1.9.0]: https://img.shields.io/badge/Pytorch-1.9.0-orange?logo=pytorch\n[pytorch1.8.1]: https://img.shields.io/badge/Pytorch-1.8.1-orange?logo=pytorch\n[pytorch1.8.0]: https://img.shields.io/badge/Pytorch-1.8.0-orange?logo=pytorch\n[pytorch1.7.1]: https://img.shields.io/badge/Pytorch-1.7.1-orange?logo=pytorch\n[pytorch1.7.0]: https://img.shields.io/badge/Pytorch-1.7.0-orange?logo=pytorch\n[pytorch1.6.0]: https://img.shields.io/badge/Pytorch-1.6.0-orange?logo=pytorch\n[pytorch1.5.1]: https://img.shields.io/badge/Pytorch-1.5.1-orange?logo=pytorch\n[pytorch1.5.0]: https://img.shields.io/badge/Pytorch-1.5.0-orange?logo=pytorch\n[pytorch1.4.0]: https://img.shields.io/badge/Pytorch-1.4.0-orange?logo=pytorch\n[pytorch1.2.0]: https://img.shields.io/badge/Pytorch-1.2.0-orange?logo=pytorch\n\n\u003c!-- Python versions --\u003e\n[python3.14.4]: https://img.shields.io/badge/Python-3.14.4-blue?logo=python\n[python3.13.13]: https://img.shields.io/badge/Python-3.13.13-blue?logo=python\n[python3.14.0]: https://img.shields.io/badge/Python-3.14.0-blue?logo=python\n[python3.13.9]: https://img.shields.io/badge/Python-3.13.9-blue?logo=python\n[python3.13.5]: https://img.shields.io/badge/Python-3.13.5-blue?logo=python\n[python3.13.2]: https://img.shields.io/badge/Python-3.13.2-blue?logo=python\n[python3.12.12]: https://img.shields.io/badge/Python-3.12.12-blue?logo=python\n[python3.12.9]: https://img.shields.io/badge/Python-3.12.9-blue?logo=python\n[python3.11.14]: https://img.shields.io/badge/Python-3.11.14-blue?logo=python\n[python3.11.11]: https://img.shields.io/badge/Python-3.11.11-blue?logo=python\n[python3.10.19]: https://img.shields.io/badge/Python-3.10.19-blue?logo=python\n[python3.10.16]: https://img.shields.io/badge/Python-3.10.16-blue?logo=python\n[python3.9.21]: https://img.shields.io/badge/Python-3.9.21-blue?logo=python\n[python3.12.7]: https://img.shields.io/badge/Python-3.12.7-blue?logo=python\n[python3.11.10]: https://img.shields.io/badge/Python-3.11.10-blue?logo=python\n[python3.10.15]: https://img.shields.io/badge/Python-3.10.15-blue?logo=python\n[python3.10.11]: https://img.shields.io/badge/Python-3.10.11-blue?logo=python\n[python3.9.17]: https://img.shields.io/badge/Python-3.9.17-blue?logo=python\n[python3.9.16]: https://img.shields.io/badge/Python-3.9.16-blue?logo=python\n[python3.9.12]: https://img.shields.io/badge/Python-3.9.12-blue?logo=python\n[python3.8.13]: https://img.shields.io/badge/Python-3.8.13-blue?logo=python\n[python3.8.16]: https://img.shields.io/badge/Python-3.8.16-blue?logo=python\n[python3.7.13]: https://img.shields.io/badge/Python-3.7.13-blue?logo=python\n\n\u003c!-- OS versions --\u003e\n[ubuntu22.04]: https://img.shields.io/badge/Ubuntu-22.04-orange?logo=ubuntu\n[ubuntu20.04]: https://img.shields.io/badge/Ubuntu-20.04-orange?logo=ubuntu\n[ubuntu18.04]: https://img.shields.io/badge/Ubuntu-18.04-orange?logo=ubuntu\n[centOS8]: https://img.shields.io/badge/CentOS-8-blue?logo=centos\n\n\u003c!-- CUDA versions --\u003e\n[cuda13.0-devel]: https://img.shields.io/badge/CUDA-13.0--devel-green?logo=nvidia\n[cuda13.0]: https://img.shields.io/badge/CUDA-13.0-green?logo=nvidia\n[cuda12.8]: https://img.shields.io/badge/CUDA-12.8-green?logo=nvidia\n[cuda12.8-devel]: https://img.shields.io/badge/CUDA-12.8--devel-green?logo=nvidia\n[cuda12.6]: https://img.shields.io/badge/CUDA-12.6-green?logo=nvidia\n[cuda12.6-devel]: https://img.shields.io/badge/CUDA-12.6--devel-green?logo=nvidia\n[cuda12.4-devel]: https://img.shields.io/badge/CUDA-12.4--devel-green?logo=nvidia\n[cuda12.4]: https://img.shields.io/badge/CUDA-12.4-green?logo=nvidia\n[cuda12.1]: https://img.shields.io/badge/CUDA-12.1-green?logo=nvidia\n[cuda12.1-devel]: https://img.shields.io/badge/CUDA-12.1--devel-green?logo=nvidia\n[cuda11.8]: https://img.shields.io/badge/CUDA-11.8-green?logo=nvidia\n[cuda11.8-devel]: https://img.shields.io/badge/CUDA-11.8--devel-green?logo=nvidia\n[cuda11.7]: https://img.shields.io/badge/CUDA-11.7-green?logo=nvidia\n[cuda11.7-devel]: https://img.shields.io/badge/CUDA-11.7--devel-green?logo=nvidia\n[cuda11.6]: https://img.shields.io/badge/CUDA-11.6-green?logo=nvidia\n[cuda11.6-devel]: https://img.shields.io/badge/CUDA-11.6--devel-green?logo=nvidia\n[cuda11.3]: https://img.shields.io/badge/CUDA-11.3-green?logo=nvidia\n[cuda11.3-devel]: https://img.shields.io/badge/CUDA-11.3--devel-green?logo=nvidia\n[cuda11.1]: https://img.shields.io/badge/CUDA-11.1-green?logo=nvidia\n[cuda11.1-devel]: https://img.shields.io/badge/CUDA-11.1--devel-green?logo=nvidia\n[cuda11.0]: https://img.shields.io/badge/CUDA-11.0-green?logo=nvidia\n[cuda11.0-devel]: https://img.shields.io/badge/CUDA-11.0--devel-green?logo=nvidia\n[cuda10.2]: https://img.shields.io/badge/CUDA-10.2-green?logo=nvidia\n[cuda10.2-devel]: https://img.shields.io/badge/CUDA-10.2--devel-green?logo=nvidia\n[cuda10.1]: https://img.shields.io/badge/CUDA-10.1-green?logo=nvidia\n[cuda10.1-devel]: https://img.shields.io/badge/CUDA-10.1--devel-green?logo=nvidia\n[cuda10.0]: https://img.shields.io/badge/CUDA-10.0-green?logo=nvidia\n[cuda10.0-devel]: https://img.shields.io/badge/CUDA-10.0--devel-green?logo=nvidia\n[cpu]: https://img.shields.io/badge/CPU-amd64-lightgray\n\n\n### 2.11.0\n\u003cdetails\u003e\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.11.0] ![python3.14.4] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.14.4-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.14.4-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.14.4] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.14.4-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.14.4-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.14.4] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.14.4-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.14.4-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.14.4] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.14.4-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.14.4-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.14.4] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.14.4-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.14.4-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.14.4] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.14.4-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.14.4-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.14.4] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.14.4-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.14.4-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.13.13] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.13.13-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.13.13-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.13.13] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.13.13-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.13.13-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.13.13] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.13.13-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.13.13-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.13.13] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.13.13-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.13.13-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.13.13] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.13.13-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.13.13-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.13.13] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.13.13-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.13.13-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.13.13] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.13.13-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.13.13-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.12.12] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.12.12-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.12.12-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.12.12] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.12.12-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.12.12-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.12.12] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.12.12-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.12.12-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.12.12] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.12.12-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.12.12-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.12.12] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.12.12-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.12.12-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.12.12] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.12.12-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.12.12-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.12.12] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.12.12-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.12.12-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.11.14] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.11.14-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.11.14-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.11.14] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.11.14-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.11.14-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.11.14] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.11.14-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.11.14-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.11.14] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.11.14-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.11.14-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.11.14] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.11.14-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.11.14-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.11.14] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.11.14-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.11.14-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.11.14] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.11.14-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.11.14-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.10.19] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.10.19-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.10.19-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.10.19] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.10.19-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.10.19-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.10.19] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.10.19-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.10.19-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.10.19] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.10.19-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.10.19-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.10.19] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.10.19-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.10.19-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.10.19] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.10.19-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.10.19-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.11.0] ![python3.10.19] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.11.0-py3.10.19-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.11.0-py3.10.19-ubuntu22.04` |\n\n\u003c/details\u003e\n\n\n### 2.10.0\n\u003cdetails\u003e\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.10.0] ![python3.14.4] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.14.4-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.14.4-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.14.4] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.14.4-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.14.4-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.14.4] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.14.4-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.14.4-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.14.4] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.14.4-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.14.4-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.14.4] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.14.4-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.14.4-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.14.4] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.14.4-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.14.4-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.14.4] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.14.4-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.14.4-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.13.13] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.13.13-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.13.13-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.13.13] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.13.13-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.13.13-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.13.13] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.13.13-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.13.13-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.13.13] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.13.13-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.13.13-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.13.13] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.13.13-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.13.13-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.13.13] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.13.13-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.13.13-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.13.13] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.13.13-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.13.13-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.12.12] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.12.12-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.12.12-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.12.12] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.12.12-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.12.12-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.12.12] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.12.12-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.12.12-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.12.12] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.12.12-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.12.12-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.12.12] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.12.12-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.12.12-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.12.12] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.12.12-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.12.12-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.12.12] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.12.12-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.12.12-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.11.14] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.11.14-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.11.14-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.11.14] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.11.14-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.11.14-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.11.14] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.11.14-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.11.14-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.11.14] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.11.14-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.11.14-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.11.14] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.11.14-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.11.14-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.11.14] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.11.14-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.11.14-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.11.14] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.11.14-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.11.14-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.10.19] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.10.19-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.10.19-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.10.19] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.10.19-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.10.19-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.10.19] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.10.19-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.10.19-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.10.19] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.10.19-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.10.19-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.10.19] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.10.19-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.10.19-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.10.19] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.10.19-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.10.19-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.10.0] ![python3.10.19] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.10.0-py3.10.19-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.10.0-py3.10.19-ubuntu22.04` |\n\n\u003c/details\u003e\n\n### 2.9.1\n\u003cdetails\u003e\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.9.1] ![python3.14.0] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.14.0-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.14.0-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.14.0] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.14.0-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.14.0-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.14.0] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.14.0-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.14.0-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.14.0] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.14.0-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.14.0-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.14.0] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.14.0-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.14.0-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.14.0] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.14.0-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.14.0-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.14.0] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.14.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.14.0-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.14.0] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.14.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.14.0-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.13.9] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.13.9-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.13.9-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.13.9] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.13.9-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.13.9-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.13.9] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.13.9-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.13.9-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.13.9] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.13.9-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.13.9-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.13.9] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.13.9-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.13.9-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.13.9] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.13.9-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.13.9-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.13.9] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.13.9-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.13.9-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.13.9] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.13.9-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.13.9-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.12.12] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.12.12-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.12.12-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.12.12] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.12.12-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.12.12-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.12.12] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.12.12-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.12.12-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.12.12] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.12.12-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.12.12-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.12.12] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.12.12-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.12.12-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.12.12] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.12.12-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.12.12-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.12.12] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.12.12-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.12.12-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.12.12] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.12.12-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.12.12-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.11.14] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.11.14-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.11.14-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.11.14] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.11.14-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.11.14-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.11.14] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.11.14-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.11.14-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.11.14] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.11.14-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.11.14-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.11.14] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.11.14-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.11.14-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.11.14] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.11.14-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.11.14-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.11.14] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.11.14-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.11.14-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.11.14] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.11.14-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.11.14-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.10.19] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.10.19-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.10.19-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.10.19] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.10.19-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.10.19-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.10.19] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.10.19-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.10.19-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.10.19] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.10.19-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.10.19-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.10.19] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.10.19-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.10.19-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.10.19] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.10.19-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.10.19-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.10.19] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.10.19-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.10.19-ubuntu22.04` |\n| ![pytorch2.9.1] ![python3.10.19] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.1-py3.10.19-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.1-py3.10.19-ubuntu22.04` |\n\n\n\u003c/details\u003e\n\n### 2.9.0\n\u003cdetails\u003e\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.9.0] ![python3.14.0] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.14.0-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.14.0-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.14.0] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.14.0-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.14.0-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.14.0] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.14.0-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.14.0-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.14.0] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.14.0-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.14.0-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.14.0] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.14.0-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.14.0-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.14.0] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.14.0-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.14.0-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.14.0] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.14.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.14.0-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.14.0] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.14.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.14.0-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.13.9] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.13.9-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.13.9-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.13.9] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.13.9-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.13.9-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.13.9] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.13.9-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.13.9-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.13.9] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.13.9-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.13.9-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.13.9] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.13.9-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.13.9-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.13.9] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.13.9-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.13.9-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.13.9] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.13.9-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.13.9-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.13.9] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.13.9-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.13.9-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.12.12] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.12.12-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.12.12-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.12.12] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.12.12-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.12.12-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.12.12] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.12.12-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.12.12-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.12.12] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.12.12-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.12.12-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.12.12] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.12.12-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.12.12-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.12.12] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.12.12-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.12.12-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.12.12] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.12.12-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.12.12-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.12.12] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.12.12-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.12.12-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.11.14] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.11.14-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.11.14-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.11.14] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.11.14-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.11.14-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.11.14] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.11.14-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.11.14-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.11.14] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.11.14-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.11.14-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.11.14] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.11.14-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.11.14-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.11.14] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.11.14-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.11.14-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.11.14] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.11.14-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.11.14-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.11.14] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.11.14-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.11.14-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.10.19] ![cuda13.0] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.10.19-cuda13.0.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.10.19-cuda13.0.2-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.10.19] ![cuda13.0-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.10.19-cuda13.0.2-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.10.19-cuda13.0.2-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.10.19] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.10.19-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.10.19-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.10.19] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.10.19-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.10.19-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.10.19] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.10.19-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.10.19-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.10.19] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.10.19-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.10.19-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.10.19] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.10.19-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.10.19-ubuntu22.04` |\n| ![pytorch2.9.0] ![python3.10.19] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.9.0-py3.10.19-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.9.0-py3.10.19-ubuntu22.04` |\n\n\u003c/details\u003e\n\n### 2.8.0\n\u003cdetails\u003e\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.8.0] ![python3.13.9] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.13.9-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.13.9-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.13.9] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.13.9-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.13.9-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.13.9] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.13.9-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.13.9-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.13.9] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.13.9-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.13.9-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.13.9] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.13.9-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.13.9-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.12.12] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.12.12-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.12.12-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.12.12] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.12.12-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.12.12-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.12.12] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.12.12-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.12.12-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.12.12] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.12.12-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.12.12-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.12.12] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.12.12-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.12.12-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.11.14] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.11.14-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.11.14-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.11.14] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.11.14-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.11.14-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.11.14] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.11.14-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.11.14-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.11.14] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.11.14-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.11.14-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.11.14] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.11.14-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.11.14-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.10.19] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.10.19-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.10.19-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.10.19] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.10.19-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.10.19-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.10.19] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.10.19-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.10.19-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.10.19] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.10.19-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.10.19-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.8.0] ![python3.10.19] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.8.0-py3.10.19-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.8.0-py3.10.19-ubuntu22.04` |\n\n\u003c/details\u003e\n\n### 2.7.1\n\n\u003cdetails\u003e\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.7.1] ![python3.9.17] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.9.17-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.9.17-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.9.17] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.9.17-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.9.17-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.9.17] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.9.17-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.9.17-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.9.17] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.9.17-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.9.17-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.9.17] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.9.17-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.9.17-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.9.17] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.9.17-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.9.17-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.9.17] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.9.17-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.9.17-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.13.5] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.13.5-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.13.5-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.13.5] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.13.5-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.13.5-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.13.5] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.13.5-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.13.5-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.13.5] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.13.5-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.13.5-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.13.5] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.13.5-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.13.5-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.13.5] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.13.5-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.13.5-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.13.5] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.13.5-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.13.5-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.12.9] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.12.9-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.12.9-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.12.9] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.12.9-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.12.9-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.12.9] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.12.9-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.12.9-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.12.9] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.12.9-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.12.9-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.12.9] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.12.9-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.12.9-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.12.9] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.12.9-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.12.9-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.12.9] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.12.9-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.12.9-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.11.10] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.11.10-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.11.10-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.11.10] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.11.10-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.11.10-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.11.10] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.11.10-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.11.10-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.11.10] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.11.10-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.11.10-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.11.10] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.11.10-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.11.10-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.11.10] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.11.10-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.11.10-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.11.10] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.11.10-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.11.10-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.10.15] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.10.15-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.10.15-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.10.15] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.10.15-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.10.15-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.10.15] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.10.15-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.10.15-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.10.15] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.10.15-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.10.15-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.10.15] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.10.15-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.10.15-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.10.15] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.10.15-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.10.15-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.7.1] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.1-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.1-py3.10.15-ubuntu22.04` |\n\n\u003c/details\u003e\n\n### 2.7.0\n\n\u003cdetails\u003e\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.7.0] ![python3.9.17] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.9.17-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.9.17-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.9.17] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.9.17-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.9.17-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.9.17] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.9.17-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.9.17-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.9.17] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.9.17-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.9.17-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.9.17] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.9.17-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.9.17-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.9.17] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.9.17-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.9.17-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.9.17] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.9.17-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.9.17-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.13.5] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.13.5-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.13.5-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.13.5] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.13.5-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.13.5-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.13.5] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.13.5-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.13.5-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.13.5] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.13.5-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.13.5-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.13.5] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.13.5-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.13.5-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.13.5] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.13.5-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.13.5-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.13.5] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.13.5-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.13.5-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.12.9] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.12.9-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.12.9-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.12.9] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.12.9-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.12.9-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.12.9] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.12.9-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.12.9-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.12.9] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.12.9-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.12.9-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.12.9] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.12.9-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.12.9-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.12.9] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.12.9-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.12.9-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.12.9] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.12.9-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.12.9-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.11.10] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.11.10-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.11.10-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.11.10] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.11.10-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.11.10-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.11.10] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.11.10-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.11.10-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.11.10] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.11.10-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.11.10-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.11.10] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.11.10-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.11.10-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.11.10] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.11.10-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.11.10-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.11.10] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.11.10-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.11.10-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.10.15] ![cuda12.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.10.15-cuda12.8.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.10.15-cuda12.8.1-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.10.15] ![cuda12.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.10.15-cuda12.8.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.10.15-cuda12.8.1-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.10.15] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.10.15-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.10.15-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.10.15] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.10.15-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.10.15-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.10.15] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.10.15-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.10.15-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.10.15] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.10.15-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.10.15-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.7.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.7.0-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.7.0-py3.10.15-ubuntu22.04` |\n\n\u003c/details\u003e\n\n### 2.6.0\n\n\u003cdetails\u003e\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.6.0] ![python3.13.2] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.13.2-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.13.2-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.13.2] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.13.2-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.13.2-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.13.2] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.13.2-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.13.2-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.13.2] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.13.2-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.13.2-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.13.2] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.13.2-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.13.2-cuda12.4.1-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.13.2] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.13.2-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.13.2-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.13.2] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.13.2-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.13.2-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.12.9] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.12.9-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.12.9-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.12.9] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.12.9-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.12.9-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.12.9] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.12.9-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.12.9-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.12.9] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.12.9-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.12.9-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.12.9] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.12.9-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.12.9-cuda12.4.1-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.12.9] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.12.9-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.12.9-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.12.9] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.12.9-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.12.9-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.11.11] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.11.11-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.11.11-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.11.11] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.11.11-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.11.11-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.11.11] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.11.11-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.11.11-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.11.11] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.11.11-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.11.11-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.11.11] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.11.11-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.11.11-cuda12.4.1-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.11.11] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.11.11-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.11.11-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.11.11] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.11.11-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.11.11-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.10.16] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.10.16-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.10.16-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.10.16] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.10.16-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.10.16-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.10.16] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.10.16-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.10.16-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.10.16] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.10.16-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.10.16-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.10.16] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.10.16-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.10.16-cuda12.4.1-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.10.16] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.10.16-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.10.16-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.10.16] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.10.16-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.10.16-cuda12.6.0-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.9.21] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.9.21-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.9.21-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.9.21] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.9.21-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.9.21-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.9.21] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.9.21-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.9.21-cuda11.8.0-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.9.21] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.9.21-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.9.21-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.9.21] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.9.21-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.9.21-cuda12.4.1-devel-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.9.21] ![cuda12.6] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.9.21-cuda12.6.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.9.21-cuda12.6.0-ubuntu22.04` |\n| ![pytorch2.6.0] ![python3.9.21] ![cuda12.6-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.6.0-py3.9.21-cuda12.6.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.6.0-py3.9.21-cuda12.6.0-devel-ubuntu22.04` |\n\n\u003c/details\u003e\n\n### 2.5.1\n\n\u003cdetails\u003e\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.5.1] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.10.15-ubuntu22.04` |   \n| ![pytorch2.5.1] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.10.15-ubuntu22.04` |   \n| ![pytorch2.5.1] ![python3.10.15] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.10.15-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.10.15-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.10.15] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.10.15-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.10.15-cuda12.4.1-devel-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.11.10] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.11.10-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.11.10-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.11.10] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.11.10-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.11.10-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.11.10] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.11.10-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.11.10-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.11.10] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.11.10-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.11.10-ubuntu22.04` |   \n| ![pytorch2.5.1] ![python3.11.10] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.11.10-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.11.10-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.11.10] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.11.10-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.11.10-cuda12.4.1-devel-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.12.7] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.12.7-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.12.7-ubuntu22.04` |      \n| ![pytorch2.5.1] ![python3.12.7] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.12.7-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.12.7-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.12.7] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.12.7-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.12.7-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.12.7] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.12.7-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.12.7-ubuntu22.04` |      \n| ![pytorch2.5.1] ![python3.12.7] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.12.7-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.12.7-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.5.1] ![python3.12.7] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.1-py3.12.7-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.1-py3.12.7-cuda12.4.1-devel-ubuntu22.04` |\n\n\u003c/details\u003e\n\n### 2.5.0\n\n\u003cdetails\u003e\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.5.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.10.15-ubuntu22.04` |   \n| ![pytorch2.5.0] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.10.15-ubuntu22.04` |   \n| ![pytorch2.5.0] ![python3.10.15] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.10.15-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.10.15-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.10.15] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.10.15-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.10.15-cuda12.4.1-devel-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.11.10] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.11.10-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.11.10-ubuntu22.04` |   \n| ![pytorch2.5.0] ![python3.11.10] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.11.10-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.11.10-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.11.10] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.11.10-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.11.10-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.11.10] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.11.10-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.11.10-ubuntu22.04` |   \n| ![pytorch2.5.0] ![python3.11.10] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.11.10-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.11.10-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.11.10] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.11.10-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.11.10-cuda12.4.1-devel-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.12.7] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.12.7-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.12.7-ubuntu22.04` |      \n| ![pytorch2.5.0] ![python3.12.7] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.12.7-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.12.7-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.12.7] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.12.7-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.12.7-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.12.7] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.12.7-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.12.7-ubuntu22.04` |      \n| ![pytorch2.5.0] ![python3.12.7] ![cuda12.4] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.12.7-cuda12.4.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.12.7-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.5.0] ![python3.12.7] ![cuda12.4-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.5.0-py3.12.7-cuda12.4.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.5.0-py3.12.7-cuda12.4.1-devel-ubuntu22.04` |\n\n\u003c/details\u003e\n\n### 2.1-2.4\n\u003cdetails\u003e\n\n#### 2.4.1\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.4.1] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.4.1-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.4.1-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.4.1] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.4.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.4.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.4.1] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.4.1-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.4.1-py3.10.15-ubuntu22.04` |\n\n#### 2.4.0\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.4.0] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.4.0-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.4.0-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.4.0] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.4.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.4.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.4.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.4.0-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.4.0-py3.10.15-ubuntu22.04` |\n\n#### 2.3.1\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.3.1] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.3.1-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.3.1-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.3.1] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.3.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.3.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.3.1] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.3.1-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.3.1-py3.10.15-ubuntu22.04` |\n\n#### 2.3.0\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.3.0] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.3.0-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.3.0-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.3.0] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.3.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.3.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.3.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.3.0-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.3.0-py3.10.15-ubuntu22.04` |\n\n#### 2.2.2\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.2.2] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.2.2-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.2.2-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.2.2] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.2.2-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.2.2-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.2.2] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.2.2-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.2.2-py3.10.15-ubuntu22.04` |\n\n#### 2.2.1\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.2.1] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.2.1-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.2.1-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.2.1] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.2.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.2.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.2.1] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.2.1-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.2.1-py3.10.15-ubuntu22.04` |\n\n#### 2.2.0\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.2.0] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.2.0-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.2.0-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.2.0] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.2.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.2.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.2.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.2.0-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.2.0-py3.10.15-ubuntu22.04` |\n\n#### 2.1.2\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.1.2] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.1.2-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.1.2-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.1.2-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.1.2-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.1.2-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.1.2-py3.10.15-ubuntu22.04` |\n\n#### 2.1.1\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.1.1] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.1.1-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.1.1-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.1.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.1.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.1.1-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.1.1-py3.10.15-ubuntu22.04` |\n\n#### 2.1.0\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.1.0] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.1.0-py3.10.15-cuda12.1.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.1.0-py3.10.15-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.1.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.1.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.1.0-py3.10.15-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.1.0-py3.10.15-ubuntu22.04` |\n\n\u003c/details\u003e\n\n### \u003c= 2.0\n\u003cdetails\u003e\n\n#### 2.0.1\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.0.1] ![python3.9.12] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.0.1-py3.9.12-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.0.1-py3.9.12-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.9.12] ![cuda11.7] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.0.1-py3.9.12-cuda11.7.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.0.1-py3.9.12-cuda11.7.1-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.9.12] ![cuda11.7-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.0.1-py3.9.12-cuda11.7.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.0.1-py3.9.12-cuda11.7.1-devel-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.9.12] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.0.1-py3.9.12-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.0.1-py3.9.12-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.9.12] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.0.1-py3.9.12-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.0.1-py3.9.12-cuda11.8.0-devel-ubuntu22.04` |\n\n#### 2.0.0\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch2.0.0] ![python3.9.12] ![cpu] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.0.0-py3.9.12-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.0.0-py3.9.12-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.9.12] ![cuda11.7] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.0.0-py3.9.12-cuda11.7.1-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.0.0-py3.9.12-cuda11.7.1-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.9.12] ![cuda11.7-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.0.0-py3.9.12-cuda11.7.1-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.0.0-py3.9.12-cuda11.7.1-devel-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.9.12] ![cuda11.8] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.0.0-py3.9.12-cuda11.8.0-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.0.0-py3.9.12-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.9.12] ![cuda11.8-devel] ![ubuntu22.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/2.0.0-py3.9.12-cuda11.8.0-devel-ubuntu22.04)][DockerHub] | `docker pull spxiong/pytorch:2.0.0-py3.9.12-cuda11.8.0-devel-ubuntu22.04` |\n\n#### 1.13.1\n\n| Image | Pull Command |\n| -------------| -------------|\n| ![pytorch1.13.1] ![python3.8.13] ![cpu] ![ubuntu20.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/1.13.1-py3.8.13-ubuntu20.04)][DockerHub] | `docker pull spxiong/pytorch:1.13.1-py3.8.13-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.8.13] ![cuda11.6] ![ubuntu20.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/1.13.1-py3.8.13-cuda11.6.2-ubuntu20.04)][DockerHub] | `docker pull spxiong/pytorch:1.13.1-py3.8.13-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.8.13] ![cuda11.6-devel] ![ubuntu20.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/1.13.1-py3.8.13-cuda11.6.2-devel-ubuntu20.04)][DockerHub] | `docker pull spxiong/pytorch:1.13.1-py3.8.13-cuda11.6.2-devel-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.8.13] ![cuda11.7] ![ubuntu20.04] [![](https://img.shields.io/docker/image-size/spxiong/pytorch/1.13.1-py3.8.13-cuda11.7.1-ubuntu20.04)][DockerHub] | `docker pull spxiong/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiongsp%2Fpytorch-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiongsp%2Fpytorch-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiongsp%2Fpytorch-docker/lists"}