Skip to content

Commit

Permalink
Switch to ubi8 base cuda image
Browse files Browse the repository at this point in the history
The ubuntu image does not support ppc64le arch. We are now building (Semeru)
on ppc64le in the cent7 container and require the cuda libs.

Related ibmruntimes#228

Signed-off-by: Adam Brousseau <[email protected]>
  • Loading branch information
AdamBrousseau committed Nov 19, 2024
1 parent 5bd79eb commit 08aa134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/dockerFiles/cuda.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 $image
Expand Down

0 comments on commit 08aa134

Please sign in to comment.