We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 198d839 + 0d6716c commit e098380Copy full SHA for e098380
training/intel-bootc/Containerfile
@@ -6,8 +6,8 @@ FROM ${DRIVER_TOOLKIT_IMAGE} as builder
6
# NOTE: The entire Gaudi stack from Kernel drivers to PyTorch and Instructlab
7
# must be updated in lockstep. Please coordinate updates with all
8
# stakeholders.
9
-ARG DRIVER_VERSION=1.16.1-7
10
-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"
11
12
WORKDIR /home/builder
13
@@ -28,7 +28,7 @@ RUN . /etc/os-release \
28
29
FROM ${BASEIMAGE}
30
31
32
ARG EXTRA_RPM_PACKAGES=''
33
34
ARG VENDOR=''
0 commit comments