From 9a7e831dc1d45204c5e1d979d575c8592c0aaccd Mon Sep 17 00:00:00 2001 From: Egor Tiuvaev Date: Mon, 4 May 2026 11:49:51 +0200 Subject: [PATCH 1/2] Update ubuntu24 npu driver version to 1.32.1 --- templates/ubuntu24/hw/npu.dockerfile.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ubuntu24/hw/npu.dockerfile.j2 b/templates/ubuntu24/hw/npu.dockerfile.j2 index 7d098e15..59562f79 100644 --- a/templates/ubuntu24/hw/npu.dockerfile.j2 +++ b/templates/ubuntu24/hw/npu.dockerfile.j2 @@ -1,7 +1,7 @@ # for NPU -ARG INTEL_NPU_DRIVER_URL=https://github.com/intel/linux-npu-driver/releases/download/v1.28.0/linux-npu-driver-v1.28.0.20251218-20347000698-ubuntu2404.tar.gz -ARG INTEL_LEVEL_ZERO_URL=https://github.com/oneapi-src/level-zero/releases/download/v1.24.2/level-zero_1.24.2+u24.04_amd64.deb +ARG INTEL_NPU_DRIVER_URL=https://github.com/intel/linux-npu-driver/releases/download/v1.32.1/linux-npu-driver-v1.32.1.20260422-24767473183-ubuntu2404.tar.gz +ARG INTEL_LEVEL_ZERO_URL=wget https://snapshot.ppa.launchpadcontent.net/kobuk-team/intel-graphics/ubuntu/20260324T100000Z/pool/main/l/level-zero-loader/libze1_1.27.0-1~24.04~ppa2_amd64.deb # hadolint ignore=DL3003 RUN mkdir /tmp/npu_deps \ From 91f58681c2a2c33e30d3faaf77542f93e23b0167 Mon Sep 17 00:00:00 2001 From: Egor Tiuvaev Date: Wed, 13 May 2026 12:38:05 +0200 Subject: [PATCH 2/2] Fix error in NPU driver link --- templates/ubuntu24/hw/npu.dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ubuntu24/hw/npu.dockerfile.j2 b/templates/ubuntu24/hw/npu.dockerfile.j2 index 59562f79..b97071b4 100644 --- a/templates/ubuntu24/hw/npu.dockerfile.j2 +++ b/templates/ubuntu24/hw/npu.dockerfile.j2 @@ -1,7 +1,7 @@ # for NPU ARG INTEL_NPU_DRIVER_URL=https://github.com/intel/linux-npu-driver/releases/download/v1.32.1/linux-npu-driver-v1.32.1.20260422-24767473183-ubuntu2404.tar.gz -ARG INTEL_LEVEL_ZERO_URL=wget https://snapshot.ppa.launchpadcontent.net/kobuk-team/intel-graphics/ubuntu/20260324T100000Z/pool/main/l/level-zero-loader/libze1_1.27.0-1~24.04~ppa2_amd64.deb +ARG INTEL_LEVEL_ZERO_URL=https://snapshot.ppa.launchpadcontent.net/kobuk-team/intel-graphics/ubuntu/20260324T100000Z/pool/main/l/level-zero-loader/libze1_1.27.0-1~24.04~ppa2_amd64.deb # hadolint ignore=DL3003 RUN mkdir /tmp/npu_deps \