Skip to content

Commit

Permalink
docs: Reformat tables with image names (#9312)
Browse files Browse the repository at this point in the history
  • Loading branch information
tara-det-ai authored May 6, 2024
1 parent fdaa015 commit c9f5e8a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
21 changes: 12 additions & 9 deletions docs/model-dev-guide/prepare-container/custom-env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,18 @@ GPU-specific versions of each library are automatically selected when running on
Default Images
==============

+-------------+-------------------------------------------------------------------------------+
| Environment | File Name |
+=============+===============================================================================+
| CPUs | ``determinedai/pytorch-tensorflow-cpu-dev:8b3bea3`` |
+-------------+-------------------------------------------------------------------------------+
| NVIDIA GPUs | ``determinedai/pytorch-tensorflow-cuda-dev:8b3bea3`` |
+-------------+-------------------------------------------------------------------------------+
| AMD GPUs | ``determinedai/environments:rocm-5.0-pytorch-1.10-tf-2.7-rocm-0.26.4`` |
+-------------+-------------------------------------------------------------------------------+
.. list-table::
:widths: 25 75
:header-rows: 1

- - Environment
- File Name
- - CPUs
- ``determinedai/pytorch-tensorflow-cpu-dev:f17151a``
- - NVIDIA GPUs
- ``determinedai/pytorch-tensorflow-cuda-dev:f17151a``
- - AMD GPUs
- ``determinedai/environments:rocm-5.0-pytorch-1.10-tf-2.7-rocm-0.26.4``

.. _custom-docker-images:

Expand Down
21 changes: 12 additions & 9 deletions docs/setup-cluster/deploy-cluster/slurm/singularity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@ container runtime in use.
Each version of Determined utilizes specifically-tagged Docker containers. The image tags referenced
by default in this version of Determined are described below.

+-------------+--------------------------------------------------------------------------+
| Environment | File Name |
+=============+==========================================================================+
| CPUs | ``determinedai/pytorch-tensorflow-cpu-dev:8b3bea3`` |
+-------------+--------------------------------------------------------------------------+
| NVIDIA GPUs | ``determinedai/pytorch-tensorflow-cuda-dev:8b3bea3`` |
+-------------+--------------------------------------------------------------------------+
| AMD GPUs | ``determinedai/environments:rocm-5.0-pytorch-1.10-tf-2.7-rocm-622d512`` |
+-------------+--------------------------------------------------------------------------+
.. list-table::
:widths: 25 75
:header-rows: 1

- - Environment
- File Name
- - CPUs
- ``determinedai/pytorch-tensorflow-cpu-dev:f17151a``
- - NVIDIA GPUs
- ``determinedai/pytorch-tensorflow-cuda-dev:f17151a``
- - AMD GPUs
- ``determinedai/environments:rocm-5.0-pytorch-1.10-tf-2.7-rocm-622d512``

See :ref:`set-environment-images` for the images Docker Hub location, and add each tagged image
needed by your experiments to the image cache.
Expand Down
21 changes: 12 additions & 9 deletions docs/setup-cluster/slurm/singularity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,18 @@ container runtime in use.
Each version of Determined utilizes specifically-tagged Docker containers. The image tags referenced
by default in this version of Determined are described below.

+-------------+--------------------------------------------------------------------------+
| Environment | File Name |
+=============+==========================================================================+
| CPUs | ``determinedai/pytorch-tensorflow-cpu-dev:8b3bea3`` |
+-------------+--------------------------------------------------------------------------+
| NVIDIA GPUs | ``determinedai/pytorch-tensorflow-cuda-dev:8b3bea3`` |
+-------------+--------------------------------------------------------------------------+
| AMD GPUs | ``determinedai/environments:rocm-5.0-pytorch-1.10-tf-2.7-rocm-622d512`` |
+-------------+--------------------------------------------------------------------------+
.. list-table::
:widths: 25 75
:header-rows: 1

- - Environment
- File Name
- - CPUs
- ``determinedai/pytorch-tensorflow-cpu-dev:f17151a``
- - NVIDIA GPUs
- ``determinedai/pytorch-tensorflow-cuda-dev:f17151a``
- - AMD GPUs
- ``determinedai/environments:rocm-5.0-pytorch-1.10-tf-2.7-rocm-622d512``

See :ref:`set-environment-images` for the images Docker Hub location, and add each tagged image
needed by your experiments to the image cache.
Expand Down

0 comments on commit c9f5e8a

Please sign in to comment.