Skip to content

Commit f43e8c4

Browse files
authored
[CI] Use cuda 12.1 docker image again. (#14179)
Updating the docker to 12.5 led to the below described problems. Since the testing output of 12.1 matches 12.5, and we don't actually use any cuda features later than 12.1 (which are minor updates) in the compiler, this PR reverts back to the 12.1 image. We can update the docker later only when we really need to (probably when cuda 13 is released). For the purposes of intel/llvm CI 12.1 is sufficient. This fixes the "latest" docker image, allowing other updates to the docker image to be made in the future. CUDA docker issues: Depending on the host setup of the runners, there are various issues on recent nvidia docker images related to interactions with the host, whereby nvidia devices are not visible. - NVIDIA/nvidia-container-toolkit#48 - NVIDIA/nvidia-docker#1671 - NVIDIA/nvidia-container-toolkit#154 Signed-off-by: JackAKirk <[email protected]>
1 parent 47dc7e2 commit f43e8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/containers/ubuntu2204_build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:12.5.0-devel-ubuntu22.04
1+
FROM nvidia/cuda:12.1.0-devel-ubuntu22.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

0 commit comments

Comments
 (0)