Skip to content

Commit f665968

Browse files
authored
[CI][CUDA] Uplift docker to use cuda 12.5 image. (#14049)
This upgrades the docker to use the cuda 12.5 image. I've ran the test-e2e locally using cuda 12.5 and all is well. cuda 12.5 also fixed an issue introduced by the cuda 12.4 driver: see #13661 (comment) Signed-off-by: JackAKirk <[email protected]>
1 parent 0cec128 commit f665968

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.1.0-devel-ubuntu22.04
1+
FROM nvidia/cuda:12.5.0-devel-ubuntu22.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

0 commit comments

Comments
 (0)