Skip to content

Commit

Permalink
Merge pull request #740 from fabiendupont/update-gaudi-to-1.17-0-495
Browse files Browse the repository at this point in the history
Intel bootc - Update Gaudi drivers to 1.17.0-495
  • Loading branch information
rhatdan authored Aug 8, 2024
2 parents 198d839 + 0d6716c commit e098380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions training/intel-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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=''
Expand Down

0 comments on commit e098380

Please sign in to comment.