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"