We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ecb2f commit 320b81dCopy full SHA for 320b81d
1 file changed
README.rst
@@ -170,12 +170,20 @@ Docker (Recommended)
170
^^^^^^^^^^^^^^^^^^^
171
The quickest way to get started with Transformer Engine is by using Docker images on
172
`NVIDIA GPU Cloud (NGC) Catalog <https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch>`_.
173
+
174
175
For example to use the NGC PyTorch container interactively,
176
177
.. code-block:: bash
178
179
docker run --gpus all -it --rm nvcr.io/nvidia/pytorch:25.04-py3
180
181
+For example to use the NGC JAX container interactively,
182
183
+.. code-block:: bash
184
185
+ docker run --gpus all -it --rm nvcr.io/nvidia/jax:25.04-py3
186
187
Where 25.04 (corresponding to April 2025 release) is the container version.
188
189
**Benefits of using NGC containers:**
0 commit comments