Skip to content

Commit b721703

Browse files
authored
build: Fix pytorch image ref in Dockerfile.ngc_pytorch (#936)
Signed-off-by: Charlie Truong <[email protected]>
1 parent 70b9666 commit b721703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.ngc_pytorch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Local NeMo RL source override: docker buildx build --build-context nemo-rl=. -f docker/Dockerfile.ngc_pytorch --tag <registry>/nemo-rl:latest --push .
99
#
1010
# If installing new dependencies in the container, then use "uv pip install new-dependency"
11-
ARG BASE_IMAGE=nvcr.io/nvidia/nemo:25.06-py3
11+
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:25.06-py3
1212
FROM scratch AS nemo-rl
1313
ARG NRL_GIT_REF=main
1414
ADD --keep-git-dir=true https://github.com/NVIDIA-NeMo/RL.git#${NRL_GIT_REF} /

0 commit comments

Comments
 (0)