From 2660477d0d3325378e8dec79771f815352d2b750 Mon Sep 17 00:00:00 2001
From: csukuangfj
Date: Wed, 3 Apr 2024 03:26:54 +0000
Subject: [PATCH] deploy: c45e9fecfb89bada0233a7b6cd9626fb6633a696
---
_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 1acaa3d4f..2f4bdb3f6 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.2-cuda12.1"
+ "torch2.2.2-cuda11.8"
"torch2.2.1-cuda12.1"
"torch2.2.1-cuda11.8"
"torch2.2.0-cuda12.1"
diff --git a/docker/intro.html b/docker/intro.html
index 9349c0d0c..4404a43c3 100644
--- a/docker/intro.html
+++ b/docker/intro.html
@@ -136,7 +136,9 @@ docker images:
which will give you something like below:
-"torch2.2.1-cuda12.1"
+"torch2.2.2-cuda12.1"
+"torch2.2.2-cuda11.8"
+"torch2.2.1-cuda12.1"
"torch2.2.1-cuda11.8"
"torch2.2.0-cuda12.1"
"torch2.2.0-cuda11.8"