Skip to content

Commit

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

.. 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``
+-------------+-------------------------------------------------------------------------------+
| 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
21 changes: 9 additions & 12 deletions docs/setup-cluster/deploy-cluster/slurm/singularity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,15 @@ 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.

.. 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``
+-------------+--------------------------------------------------------------------------+
| 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: 9 additions & 12 deletions docs/setup-cluster/slurm/singularity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,15 @@ 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.

.. 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``
+-------------+--------------------------------------------------------------------------+
| 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 5f4cbbf

Please sign in to comment.