diff --git a/README.md b/README.md index a2a500e26..e38ad8d39 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ NeMo-Aligner has the same requirements as the [NeMo Toolkit Requirements](https: ### Quick start inside NeMo container NeMo Aligner comes included with NeMo containers. On a machine with NVIDIA GPUs and drivers installed run NeMo container: ```bash -docker run --gpus all -it --rm --shm-size=8g --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/nemo:24.07 +docker run --gpus all -it --rm --shm-size=8g --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/nemo:25.02 ``` Once you are inside the container, NeMo-Aligner is already installed and together with NeMo and other tools can be found under ```/opt/``` folder. diff --git a/docs/user-guide/nemoaligner.rsts b/docs/user-guide/nemoaligner.rsts index 1e54ed676..674c8f83b 100644 --- a/docs/user-guide/nemoaligner.rsts +++ b/docs/user-guide/nemoaligner.rsts @@ -29,7 +29,7 @@ To run interactively using a pre-built container, run the following code: docker run --rm -it \ --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 --shm-size=8g \ --workdir /opt/NeMo-Aligner \ - nvcr.io/nvidia/nemo:24.09 + nvcr.io/nvidia/nemo:25.02 Please use the latest tag in the form yy.mm.(patch). @@ -57,4 +57,4 @@ Run the following to build the image: --build-arg=ALIGNER_COMMIT=$ALIGNER_COMMIT \ . - # Run the image using the above command in "Get Started" and swap out "nvcr.io/nvidia/nemo:24.09" with "aligner-custom". + # Run the image using the above command in "Get Started" and swap out "nvcr.io/nvidia/nemo:25.02" with "aligner-custom".