Skip to content

Commit 59f6f38

Browse files
[JAX] Update JAX container in readme (#2648)
* Update README.rst Signed-off-by: jberchtold-nvidia <[email protected]> * Update README.rst Signed-off-by: jberchtold-nvidia <[email protected]> * Update README.rst Signed-off-by: jberchtold-nvidia <[email protected]> --------- Signed-off-by: jberchtold-nvidia <[email protected]>
1 parent 74faf7e commit 59f6f38

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,22 @@ For example to use the NGC PyTorch container interactively,
175175

176176
.. code-block:: bash
177177
178-
docker run --gpus all -it --rm nvcr.io/nvidia/pytorch:25.08-py3
178+
docker run --gpus all -it --rm nvcr.io/nvidia/pytorch:26.01-py3
179179
180180
For example to use the NGC JAX container interactively,
181181

182182
.. code-block:: bash
183183
184-
docker run --gpus all -it --rm nvcr.io/nvidia/jax:25.08-py3
184+
docker run --gpus all -it --rm nvcr.io/nvidia/jax:26.01-py3
185185
186-
Where 25.08 (corresponding to August 2025 release) is the container version.
186+
Where 26.01 (corresponding to January 2026 release) is the container version.
187+
188+
We recommend updating to the latest NGC container available here:
189+
190+
* https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch
191+
* https://catalog.ngc.nvidia.com/orgs/nvidia/containers/jax
192+
193+
If you run any examples, please ensure you are using a matching version of TransformerEngine. TransformerEngine is pre-built and packaged inside the containers with examples available at ``/opt/transformerengine`` or ``/opt/transformer-engine``. If you would like to use examples from TE main branch and are running into import errors, please try the latest pip package or building from source, although NGC containers are recommended for ease-of-use for most users.
187194

188195
**Benefits of using NGC containers:**
189196

0 commit comments

Comments
 (0)