File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -392,12 +392,12 @@ RUN apt-get update ; \
392
392
mkdir /tmp/npu_deps && cd /tmp/npu_deps ; \
393
393
apt-get update && apt-get install -y --no-install-recommends libtbb12 && \
394
394
if [[ "$BASE_IMAGE" == *"22.04"* ]] ; then \
395
- curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.22 .0/linux-npu-driver-v1.22 .0.20250813-16938856004 -ubuntu2204.tar.gz && \
396
- tar -xf linux-npu-driver-v1.22 .0.20250813-16938856004 -ubuntu2204.tar.gz && \
395
+ curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.23 .0/linux-npu-driver-v1.23 .0.20250827-17270089246 -ubuntu2204.tar.gz && \
396
+ tar -xf linux-npu-driver-v1.23 .0.20250827-17270089246 -ubuntu2204.tar.gz && \
397
397
curl -L -O https://github.com/oneapi-src/level-zero/releases/download/v1.22.4/level-zero_1.22.4+u22.04_amd64.deb ; \
398
398
else \
399
- curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.22 .0/linux-npu-driver-v1.22 .0.20250813-16938856004 -ubuntu2404.tar.gz && \
400
- tar -xf linux-npu-driver-v1.22 .0.20250813-16938856004 -ubuntu2404.tar.gz && \
399
+ curl -L -O https://github.com/intel/linux-npu-driver/releases/download/v1.23 .0/linux-npu-driver-v1.23 .0.20250827-17270089246 -ubuntu2404.tar.gz && \
400
+ tar -xf linux-npu-driver-v1.23 .0.20250827-17270089246 -ubuntu2404.tar.gz && \
401
401
curl -L -O https://github.com/oneapi-src/level-zero/releases/download/v1.22.4/level-zero_1.22.4+u24.04_amd64.deb ; \
402
402
fi ; \
403
403
dpkg -i ./*.deb && rm -Rf /tmp/npu_deps ; \
You can’t perform that action at this time.
0 commit comments