We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b9666 commit b721703Copy full SHA for b721703
docker/Dockerfile.ngc_pytorch
@@ -8,7 +8,7 @@
8
# Local NeMo RL source override: docker buildx build --build-context nemo-rl=. -f docker/Dockerfile.ngc_pytorch --tag <registry>/nemo-rl:latest --push .
9
#
10
# 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
+ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:25.06-py3
12
FROM scratch AS nemo-rl
13
ARG NRL_GIT_REF=main
14
ADD --keep-git-dir=true https://github.com/NVIDIA-NeMo/RL.git#${NRL_GIT_REF} /
0 commit comments