diff --git a/README.md b/README.md
index 24780eb..b495f55 100644
--- a/README.md
+++ b/README.md
@@ -40,8 +40,6 @@ docker run -it --rm \
Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and dataset path, should be replaced in use.
-## Image List (More images are on the way ~)
-
[pytorch2.4.1]: https://img.shields.io/badge/Pytorch-2.4.1-orange?logo=pytorch
[pytorch2.4.0]: https://img.shields.io/badge/Pytorch-2.4.0-orange?logo=pytorch
@@ -114,11 +112,21 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
[cuda10.0-devel]: https://img.shields.io/badge/CUDA-10.0--devel-green?logo=nvidia
[cpu]: https://img.shields.io/badge/CPU-amd64-lightgray
+## Latest Images
+
+### 2.4.1
+
+| Image | Pull Command |
+| -------------| -------------|
+| ![pytorch2.4.1] ![python3.10.15] ![cuda12.1] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.4.1-py3.10.15-cuda12.1.0-ubuntu22.04` |
+| ![pytorch2.4.1] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.4.1-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |
+| ![pytorch2.4.1] ![python3.10.15] ![cpu] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.4.1-py3.10.15-ubuntu22.04` |
+
+## Images List (More images are on the way ~)
-
+
+2.4.x
### 2.4.1
@@ -136,6 +144,11 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch2.4.0] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.4.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |
| ![pytorch2.4.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.4.0-py3.10.15-ubuntu22.04` |
+
+
+
+2.3.x
+
### 2.3.1
| Image | Pull Command |
@@ -152,6 +165,11 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch2.3.0] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.3.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |
| ![pytorch2.3.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.3.0-py3.10.15-ubuntu22.04` |
+
+
+
+2.2.x
+
### 2.2.2
| Image | Pull Command |
@@ -176,6 +194,11 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch2.2.0] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.2.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |
| ![pytorch2.2.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.2.0-py3.10.15-ubuntu22.04` |
+
+
+
+2.1.x
+
### 2.1.2
| Image | Pull Command |
@@ -200,16 +223,29 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch2.1.0] ![python3.10.15] ![cuda12.1-devel] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.1.0-py3.10.15-cuda12.1.0-devel-ubuntu22.04` |
| ![pytorch2.1.0] ![python3.10.15] ![cpu] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.1.0-py3.10.15-ubuntu22.04` |
+
+
+
+2.0.x
+
### 2.0.1
| Image | Pull Command |
| -------------| -------------|
| ![pytorch2.0.1] ![python3.10.11] ![cuda11.8] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.0.1-py3.10.11-cuda11.8.0-ubuntu22.04` |
-| ![pytorch2.0.1] ![python3.9.17] ![cuda11.8] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:2.0.1-py3.9.17-cuda11.8.0-ubuntu20.04` |
| ![pytorch2.0.1] ![python3.9.17] ![cuda11.8-devel] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:2.0.1-py3.9.17-cuda11.8.0-devel-ubuntu20.04` |
| ![pytorch2.0.1] ![python3.10.11] ![cpu] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.0.1-py3.10.11-ubuntu22.04` |
+
+
+More Images
+
+| Image | Pull Command |
+| -------------| -------------|
+| ![pytorch2.0.1] ![python3.9.17] ![cuda11.8] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:2.0.1-py3.9.17-cuda11.8.0-ubuntu20.04` |
| ![pytorch2.0.1] ![python3.9.17] ![cpu] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:2.0.1-py3.9.17-ubuntu20.04` |
+
+
### 2.0.0
| Image | Pull Command |
@@ -222,6 +258,11 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch2.0.0] ![python3.9.12] ![cuda11.7-devel] ![ubuntu22.04] [][DockerHub] | `docker pull cnstark/pytorch:2.0.0-py3.9.12-cuda11.7.1-devel-ubuntu22.04` |
| ![pytorch2.0.0] ![python3.9.12] ![cpu] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:2.0.0-py3.9.12-ubuntu20.04` |
+
+
+
+1.13.x
+
### 1.13.1
| Image | Pull Command |
@@ -243,6 +284,11 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.13.0] ![python3.9.12] ![cuda11.7-devel] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.13.0-py3.9.12-cuda11.7.1-devel-ubuntu20.04` |
| ![pytorch1.13.0] ![python3.9.12] ![cpu] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.13.0-py3.9.12-ubuntu20.04` |
+
+
+
+1.12.x
+
### 1.12.1
| Image | Pull Command |
@@ -261,6 +307,11 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.12.0] ![python3.9.12] ![cuda11.3-devel] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.12.0-py3.9.12-cuda11.3.1-devel-ubuntu20.04` |
| ![pytorch1.12.0] ![python3.9.12] ![cpu] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.12.0-py3.9.12-ubuntu20.04` |
+
+
+
+1.11.x
+
### 1.11.0
| Image | Pull Command |
@@ -269,6 +320,11 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.11.0] ![python3.9.12] ![cuda11.3-devel] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.11.0-py3.9.12-cuda11.3.1-devel-ubuntu20.04` |
| ![pytorch1.11.0] ![python3.9.12] ![cpu] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.11.0-py3.9.12-ubuntu20.04` |
+
+
+
+1.10.x
+
### 1.10.2
| Image | Pull Command |
@@ -295,6 +351,11 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.10.0] ![python3.8.16] ![cuda11.1-devel] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.10.0-py3.8.16-cuda11.1.1-devel-ubuntu20.04` |
| ![pytorch1.10.0] ![python3.9.12] ![cpu] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.10.0-py3.9.12-ubuntu20.04` |
+
+
+
+1.9.x
+
### 1.9.1
| Image | Pull Command |
@@ -311,6 +372,11 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.9.0] ![python3.9.12] ![cuda11.1-devel] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.9.0-py3.9.12-cuda11.1.1-devel-ubuntu20.04` |
| ![pytorch1.9.0] ![python3.9.12] ![cpu] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.9.0-py3.9.12-ubuntu20.04` |
+
+
+
+1.8.x
+
### 1.8.1
| Image | Pull Command |
@@ -327,6 +393,11 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.8.0] ![python3.9.12] ![cuda11.1-devel] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.8.0-py3.9.12-cuda11.1.1-devel-ubuntu20.04` |
| ![pytorch1.8.0] ![python3.9.12] ![cpu] ![ubuntu20.04] [][DockerHub] | `docker pull cnstark/pytorch:1.8.0-py3.9.12-ubuntu20.04` |
+
+
+
+1.7.x
+
### 1.7.1
@@ -345,6 +416,10 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.7.0] ![python3.8.13] ![cuda11.0-devel] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.7.0-py3.8.13-cuda11.0.3-devel-ubuntu18.04` |
| ![pytorch1.7.0] ![python3.8.13] ![cpu] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.7.0-py3.8.13-ubuntu18.04` |
+
+
+
+1.6.x
### 1.6.0
@@ -354,6 +429,10 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.6.0] ![python3.8.13] ![cuda10.2-devel] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.6.0-py3.8.13-cuda10.2-devel-ubuntu18.04` |
| ![pytorch1.6.0] ![python3.8.13] ![cpu] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.6.0-py3.8.13-ubuntu18.04` |
+
+
+
+1.5.x
### 1.5.1
@@ -363,7 +442,6 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.5.1] ![python3.8.13] ![cuda10.2-devel] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.5.1-py3.8.13-cuda10.2-devel-ubuntu18.04` |
| ![pytorch1.5.1] ![python3.8.13] ![cpu] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.5.1-py3.8.13-ubuntu18.04` |
-
### 1.5.0
| Image | Pull Command |
@@ -372,6 +450,10 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.5.0] ![python3.8.13] ![cuda10.2-devel] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.5.0-py3.8.13-cuda10.2-devel-ubuntu18.04` |
| ![pytorch1.5.0] ![python3.8.13] ![cpu] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.5.0-py3.8.13-ubuntu18.04` |
+
+
+
+1.4.x
### 1.4.0
@@ -381,6 +463,10 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.4.0] ![python3.8.13] ![cuda10.1-devel] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.4.0-py3.8.13-cuda10.1-devel-ubuntu18.04` |
| ![pytorch1.4.0] ![python3.8.13] ![cpu] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.4.0-py3.8.13-ubuntu18.04` |
+
+
+
+1.2.x
### 1.2.0
@@ -390,6 +476,8 @@ Note: `/path/to/project` and `/path/to/dataset` is your **own** project path and
| ![pytorch1.2.0] ![python3.7.13] ![cuda10.0-devel] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.2.0-py3.7.13-cuda10.0-devel-ubuntu18.04` |
| ![pytorch1.2.0] ![python3.7.13] ![cpu] ![ubuntu18.04] [][DockerHub] | `docker pull cnstark/pytorch:1.2.0-py3.7.13-ubuntu18.04` |
+
+
## Other Images
### Generate Build Script