Skip to content

Commit

Permalink
Merge pull request #768 from tiran/update-gaudi-1.17.1-40
Browse files Browse the repository at this point in the history
Update Gaudi to latest release 1.17.1-40
  • Loading branch information
rhatdan authored Aug 28, 2024
2 parents 87be4b4 + 519a59b commit 9f06613
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 9f06613

Please sign in to comment.