Skip to content

Commit ccdf0d1

Browse files
authored
fix xpu smi (#835)
Signed-off-by: Srikanth Ramakrishna <[email protected]>
1 parent 8fe58aa commit ccdf0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
MKL_VER: ${MKL_VER:-2025.2.0-628}
6868
NO_PROXY: ''
6969
PACKAGE_OPTION: ${PACKAGE_OPTION:-pip}
70-
XPU_SMI_VER: ${XPU_SMI_VER:-1.2.41-77~22.04}
70+
XPU_SMI_VER: ${XPU_SMI_VER:-1.2.42-79~22.04}
7171
labels:
7272
dependency.apt.build-essential: true
7373
dependency.apt.clinfo: true
@@ -83,7 +83,7 @@ services:
8383
dependency.apt.ocloc-: ${OCLOC_VER:-25.05.32567.19-1099~22.04}
8484
dependency.apt.rsync: true
8585
dependency.apt.unzip: true
86-
dependency.apt.xpu-smi: ${XPU_SMI_VER:-1.2.41-77~22.04}
86+
dependency.apt.xpu-smi: ${XPU_SMI_VER:-1.2.42-79~22.04}
8787
dependency.idp.pip: false
8888
org.opencontainers.base.name: "intel/python:3.11-full"
8989
org.opencontainers.image.title: "Intel® XPU Base Image"

0 commit comments

Comments
 (0)