Skip to content

Commit 0d6716c

Browse files
committed
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 <[email protected]>
1 parent acb2b5d commit 0d6716c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

training/intel-bootc/Containerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ FROM ${DRIVER_TOOLKIT_IMAGE} as builder
66
# NOTE: The entire Gaudi stack from Kernel drivers to PyTorch and Instructlab
77
# must be updated in lockstep. Please coordinate updates with all
88
# stakeholders.
9-
ARG DRIVER_VERSION=1.16.1-7
10-
ARG HABANA_REPO="https://vault.habana.ai/artifactory/rhel/9/9.2"
9+
ARG DRIVER_VERSION=1.17.0-495
10+
ARG HABANA_REPO="https://vault.habana.ai/artifactory/rhel/9/9.4"
1111

1212
WORKDIR /home/builder
1313

@@ -28,7 +28,7 @@ RUN . /etc/os-release \
2828

2929
FROM ${BASEIMAGE}
3030

31-
ARG DRIVER_VERSION=1.16.1-7
31+
ARG DRIVER_VERSION=1.17.0-495
3232
ARG EXTRA_RPM_PACKAGES=''
3333

3434
ARG VENDOR=''

0 commit comments

Comments
 (0)