From ae7f8aba454713fba75a808805df5efc5665a439 Mon Sep 17 00:00:00 2001 From: Henry Li <69694695+henryli001@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:05:13 -0800 Subject: [PATCH] [3.0] Add kernel-drivers-gpu package to NVIDIA GPU driver container build (#11297) Fix NVIDIA GPU driver container by onboarding kernel-drivers-gpu package into the build flow, who was recently added as a runtime requirement of the CUDA RPM Co-authored-by: Henry Li --- .pipelines/containerSourceData/cuda/core.pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pipelines/containerSourceData/cuda/core.pkg b/.pipelines/containerSourceData/cuda/core.pkg index 639a3992784..a51dbe11356 100644 --- a/.pipelines/containerSourceData/cuda/core.pkg +++ b/.pipelines/containerSourceData/cuda/core.pkg @@ -1,3 +1,4 @@ util-linux ca-certificates -kernel \ No newline at end of file +kernel +kernel-drivers-gpu \ No newline at end of file