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"