Skip to content

Commit

Permalink
Update Gaudi to latest release 1.17.1-40
Browse files Browse the repository at this point in the history
1.17.1-40 was released on 2024-08-23.

Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran committed Aug 27, 2024
1 parent 87be4b4 commit 519a59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions training/intel-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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=''
Expand Down

0 comments on commit 519a59b

Please sign in to comment.