From a914f08515cd2a4e0f5658a18f37cad55b1c9d31 Mon Sep 17 00:00:00 2001 From: fayejf <36722593+fayejf@users.noreply.github.com> Date: Thu, 9 Feb 2023 15:45:38 -0800 Subject: [PATCH] update container in readme Signed-off-by: fayejf <36722593+fayejf@users.noreply.github.com> --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1a082648fcfb..9a211e6928cd 100644 --- a/README.rst +++ b/README.rst @@ -251,13 +251,13 @@ NeMo Text Processing, specifically (Inverse) Text Normalization, requires `Pynin Docker containers: ~~~~~~~~~~~~~~~~~~ -We release NeMo containers alongside NeMo releases. For example, NeMo ``r1.14.0`` comes with container ``nemo:22.11``, you may find more details about released containers in `releases page `_. +We release NeMo containers alongside NeMo releases. For example, NeMo ``r1.15.0`` comes with container ``nemo:22.12``, you may find more details about released containers in `releases page `_. To use built container, please run .. code-block:: bash - docker pull nvcr.io/nvidia/nemo:22.11 + docker pull nvcr.io/nvidia/nemo:22.12 To build a nemo container with Dockerfile from a branch, please run