Skip to content

Commit

Permalink
[CI] Use cuda 12.1 docker image again. (#14179)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
JackAKirk authored Jun 14, 2024
1 parent 47dc7e2 commit f43e8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/containers/ubuntu2204_build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.5.0-devel-ubuntu22.04
FROM nvidia/cuda:12.1.0-devel-ubuntu22.04

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit f43e8c4

Please sign in to comment.