From 0d6716c583a725dea6301120e5f9d2bd5b9712cb Mon Sep 17 00:00:00 2001 From: Fabien Dupont Date: Thu, 8 Aug 2024 02:52:54 -0400 Subject: [PATCH] Intel bootc - Update Gaudi drivers to 1.17.0-495 Intel has released the version `1.17.0-495` of their Gaudi drivers. They are available explicitly for RHEL 9.4 with a new `9.4` folder in the RPM repository. This change updates the arguments to use the new version from the new repository folder. Signed-off-by: Fabien Dupont --- training/intel-bootc/Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/training/intel-bootc/Containerfile b/training/intel-bootc/Containerfile index bb71ca12..0911ce54 100644 --- a/training/intel-bootc/Containerfile +++ b/training/intel-bootc/Containerfile @@ -6,8 +6,8 @@ FROM ${DRIVER_TOOLKIT_IMAGE} as builder # NOTE: The entire Gaudi stack from Kernel drivers to PyTorch and Instructlab # must be updated in lockstep. Please coordinate updates with all # stakeholders. -ARG DRIVER_VERSION=1.16.1-7 -ARG HABANA_REPO="https://vault.habana.ai/artifactory/rhel/9/9.2" +ARG DRIVER_VERSION=1.17.0-495 +ARG HABANA_REPO="https://vault.habana.ai/artifactory/rhel/9/9.4" WORKDIR /home/builder @@ -28,7 +28,7 @@ RUN . /etc/os-release \ FROM ${BASEIMAGE} -ARG DRIVER_VERSION=1.16.1-7 +ARG DRIVER_VERSION=1.17.0-495 ARG EXTRA_RPM_PACKAGES='' ARG VENDOR=''