Skip to content

Commit 929e070

Browse files
authored
nvidia: use CUDA 12.4 for sample docker image (#1778)
Co-authored-by: guillermo.julian <[email protected]>
1 parent 71f924d commit 929e070

File tree

1 file changed

+2
-2
lines changed
  • components/datadog/apps/gpu/images/cuda-basic

1 file changed

+2
-2
lines changed

components/datadog/apps/gpu/images/cuda-basic/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG CUDA_VERSION=12.6.2
2-
ARG BASE_DISTRO=ubuntu24.04
1+
ARG CUDA_VERSION=12.4.1
2+
ARG BASE_DISTRO=ubuntu22.04
33

44
# Multi-stage image, first we build the CUDA image with the -devel image
55
FROM nvidia/cuda:${CUDA_VERSION}-devel-${BASE_DISTRO} AS builder

0 commit comments

Comments
 (0)