Skip to content

Commit

Permalink
docs: Reformat grid tables (#9321)
Browse files Browse the repository at this point in the history
  • Loading branch information
tara-det-ai authored May 10, 2024
1 parent 758ffd7 commit eab4981
Show file tree
Hide file tree
Showing 3 changed files with 39 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: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``

.. _custom-docker-images:

Expand Down
24 changes: 15 additions & 9 deletions docs/setup-cluster/deploy-cluster/slurm/singularity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Provide a Container Image Cache
#################################

This page intentionally duplicates :ref:`slurm-image-config`. For the most recent updates, visit
:ref:`slurm-image-config`.

When the cluster does not have Internet access or if you want to provide a local cache of container
images to improve performance, you can download the desired container images to a shared directory
and then reference them using file system paths instead of Docker registry references.
Expand All @@ -23,15 +26,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:8b3bea3``
- - NVIDIA GPUs
- ``determinedai/pytorch-tensorflow-cuda-dev:8b3bea3``
- - 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:8b3bea3``
- - NVIDIA GPUs
- ``determinedai/pytorch-tensorflow-cuda-dev:8b3bea3``
- - 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 eab4981

Please sign in to comment.