From a478c38f8ac2ba4275b59fbf561358f7287574ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Sta=C5=9Bkiewicz?=
Date: Sun, 31 Aug 2025 14:20:50 +0200
Subject: [PATCH] update legacy intel-compute packages (#19848)
---
docker/main/install_deps.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh
index ff3fb4d13..94198d290 100755
--- a/docker/main/install_deps.sh
+++ b/docker/main/install_deps.sh
@@ -99,10 +99,10 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then
rm libigdgmm12_22.5.5_amd64.deb
# legacy packages
- wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-opencl-icd-legacy1_24.35.30872.22_amd64.deb
- wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-level-zero-gpu-legacy1_1.3.30872.22_amd64.deb
- wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.20/intel-igc-opencl_1.0.17537.20_amd64.deb
- wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.20/intel-igc-core_1.0.17537.20_amd64.deb
+ wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.36/intel-opencl-icd-legacy1_24.35.30872.36_amd64.deb
+ wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.36/intel-level-zero-gpu-legacy1_1.5.30872.36_amd64.deb
+ wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.24/intel-igc-opencl_1.0.17537.24_amd64.deb
+ wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.24/intel-igc-core_1.0.17537.24_amd64.deb
# standard packages
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/intel-opencl-icd_24.52.32224.5_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/intel-level-zero-gpu_1.6.32224.5_amd64.deb