Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into pipeline_pub_link_f…
Browse files Browse the repository at this point in the history
…ailure
  • Loading branch information
andrew-m-leonard committed Nov 22, 2024
2 parents 127e919 + 926a185 commit 8e527e7
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 101 deletions.
4 changes: 2 additions & 2 deletions pipelines/build/dockerFiles/cuda.dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG image
ARG cuda_ver=12.2.0
ARG cuda_distro=ubuntu20.04
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

# Install cuda headers https://github.com/eclipse/openj9/blob/master/buildenv/docker/mkdocker.sh#L586-L593
Expand Down
Loading

0 comments on commit 8e527e7

Please sign in to comment.