From 519a59b89c771545144a89f0952025815c5b724c Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 27 Aug 2024 17:21:45 +0200 Subject: [PATCH] Update Gaudi to latest release 1.17.1-40 1.17.1-40 was released on 2024-08-23. Signed-off-by: Christian Heimes --- training/intel-bootc/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/training/intel-bootc/Containerfile b/training/intel-bootc/Containerfile index 0911ce54..9cb0a43a 100644 --- a/training/intel-bootc/Containerfile +++ b/training/intel-bootc/Containerfile @@ -6,7 +6,7 @@ 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.17.0-495 +ARG DRIVER_VERSION=1.17.1-40 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.17.0-495 +ARG DRIVER_VERSION=1.17.1-40 ARG EXTRA_RPM_PACKAGES='' ARG VENDOR=''