Skip to content

Commit

Permalink
Pull cuda image from nvcr
Browse files Browse the repository at this point in the history
In the event we are rate-limited or restricted from pulling
from DockerHub, this should work around the problem by pulling
from Nvidia's site.

Issue runtimes/automation/122

Signed-off-by: Adam Brousseau <[email protected]>
  • Loading branch information
AdamBrousseau committed Nov 18, 2024
1 parent d98d498 commit c0ff1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/common/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def create_docker_image_locally()
echo 'ARG image
ARG cuda_ver=12.2.0
ARG cuda_distro=ubi8
FROM nvidia/cuda:${cuda_ver}-devel-${cuda_distro} as cuda
FROM nvcr.io/nvidia/cuda:${cuda_ver}-devel-${cuda_distro} as cuda
FROM $image
RUN mkdir -p /usr/local/cuda/nvvm
COPY --from=cuda /usr/local/cuda/include /usr/local/cuda/include
Expand Down

0 comments on commit c0ff1fc

Please sign in to comment.