Skip to content

Commit

Permalink
Merge pull request eclipse-openj9#20622 from AdamBrousseau/cuda_docke…
Browse files Browse the repository at this point in the history
…r_non_dockerhub

Pull cuda image from nvcr
  • Loading branch information
pshipton authored Nov 18, 2024
2 parents 247d6ec + c0ff1fc commit 3d719d4
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 3d719d4

Please sign in to comment.