diff --git a/_sources/docker/intro.rst.txt b/_sources/docker/intro.rst.txt index f3d2b0727..5fc3fa4d5 100644 --- a/_sources/docker/intro.rst.txt +++ b/_sources/docker/intro.rst.txt @@ -34,6 +34,12 @@ which will give you something like below: .. code-block:: bash + "torch2.4.1-cuda12.4" + "torch2.4.1-cuda12.1" + "torch2.4.1-cuda11.8" + "torch2.4.0-cuda12.4" + "torch2.4.0-cuda12.1" + "torch2.4.0-cuda11.8" "torch2.3.1-cuda12.1" "torch2.3.1-cuda11.8" "torch2.2.2-cuda12.1" diff --git a/docker/intro.html b/docker/intro.html index cfa696cd0..5d605d916 100644 --- a/docker/intro.html +++ b/docker/intro.html @@ -137,7 +137,13 @@ docker images:
which will give you something like below:
-"torch2.3.1-cuda12.1"
+"torch2.4.1-cuda12.4"
+"torch2.4.1-cuda12.1"
+"torch2.4.1-cuda11.8"
+"torch2.4.0-cuda12.4"
+"torch2.4.0-cuda12.1"
+"torch2.4.0-cuda11.8"
+"torch2.3.1-cuda12.1"
"torch2.3.1-cuda11.8"
"torch2.2.2-cuda12.1"
"torch2.2.2-cuda11.8"