Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 16873d0

Browse files
authored
docs: fix container pointer to 24.12 (#525)
2 parents 88aecb0 + e28aaad commit 16873d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ NeMo-Aligner has the same requirements as the [NeMo Toolkit Requirements](https:
4747
### Quick start inside NeMo container
4848
NeMo Aligner comes included with NeMo containers. On a machine with NVIDIA GPUs and drivers installed run NeMo container:
4949
```bash
50-
docker run --gpus all -it --rm --shm-size=8g --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/nemo:24.07
50+
docker run --gpus all -it --rm --shm-size=8g --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/nemo:24.12
5151
```
5252
Once you are inside the container, NeMo-Aligner is already installed and together with NeMo and other tools can be found under ```/opt/``` folder.
5353

docs/user-guide/nemoaligner.rsts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To run interactively using a pre-built container, run the following code:
2929
docker run --rm -it \
3030
--gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 --shm-size=8g \
3131
--workdir /opt/NeMo-Aligner \
32-
nvcr.io/nvidia/nemo:24.09
32+
nvcr.io/nvidia/nemo:24.12
3333

3434
Please use the latest tag in the form yy.mm.(patch).
3535

@@ -57,4 +57,4 @@ Run the following to build the image:
5757
--build-arg=ALIGNER_COMMIT=$ALIGNER_COMMIT \
5858
.
5959

60-
# Run the image using the above command in "Get Started" and swap out "nvcr.io/nvidia/nemo:24.09" with "aligner-custom".
60+
# Run the image using the above command in "Get Started" and swap out "nvcr.io/nvidia/nemo:24.12" with "aligner-custom".

0 commit comments

Comments
 (0)