From 5a7d80d112001fc0f08007b1c36d96d82dbb2169 Mon Sep 17 00:00:00 2001
From: csukuangfj
Date: Thu, 29 Feb 2024 04:39:39 +0000
Subject: [PATCH] deploy: 2f102eb989a16fb7f221fdac214f607824f68d9e
---
_sources/docker/intro.rst.txt | 2 ++
docker/intro.html | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/_sources/docker/intro.rst.txt b/_sources/docker/intro.rst.txt
index 149970eff..1acaa3d4f 100644
--- a/_sources/docker/intro.rst.txt
+++ b/_sources/docker/intro.rst.txt
@@ -34,6 +34,8 @@ which will give you something like below:
.. code-block:: bash
+ "torch2.2.1-cuda12.1"
+ "torch2.2.1-cuda11.8"
"torch2.2.0-cuda12.1"
"torch2.2.0-cuda11.8"
"torch2.1.0-cuda12.1"
diff --git a/docker/intro.html b/docker/intro.html
index 489ebd987..9349c0d0c 100644
--- a/docker/intro.html
+++ b/docker/intro.html
@@ -136,7 +136,9 @@ docker images:
which will give you something like below:
-"torch2.2.0-cuda12.1"
+"torch2.2.1-cuda12.1"
+"torch2.2.1-cuda11.8"
+"torch2.2.0-cuda12.1"
"torch2.2.0-cuda11.8"
"torch2.1.0-cuda12.1"
"torch2.1.0-cuda11.8"