From ef3206bab3ba66ab07a809078768b88f036ff371 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 17 Jun 2024 08:02:40 +0200 Subject: [PATCH] Update Intel Gaudi to 1.16.0-526 Signed-off-by: Christian Heimes --- training/intel-bootc/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/intel-bootc/Containerfile b/training/intel-bootc/Containerfile index 65870a46..3e196b34 100644 --- a/training/intel-bootc/Containerfile +++ b/training/intel-bootc/Containerfile @@ -2,7 +2,7 @@ ARG BASEIMAGE="quay.io/centos-bootc/centos-bootc:stream9" FROM ${BASEIMAGE} ARG OS_VERSION_MAJOR='' -ARG DRIVER_VERSION=1.15.1-15 +ARG DRIVER_VERSION=1.16.0-526 ARG TARGET_ARCH='' ARG KERNEL_VERSION='' ARG REDHAT_VERSION='el9'