Skip to content

Commit e62d06e

Browse files
committed
Fix package install
1 parent 2b980aa commit e62d06e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docker/main/install_deps.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,18 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then
7373
apt-get -qq install --no-install-recommends --no-install-suggests -y \
7474
intel-media-va-driver-non-free libmfx1 libmfxgen1 libvpl2
7575

76+
apt-get -qq install -y ocl-icd-libopencl1
77+
7678
rm -f /usr/share/keyrings/intel-graphics.gpg
7779
rm -f /etc/apt/sources.list.d/intel-gpu-jammy.list
7880

7981
# install legacy and standard intel icd and level-zero-gpu
80-
apt-get install ocl-icd-libopencl1
8182
# see https://github.com/intel/compute-runtime/blob/master/LEGACY_PLATFORMS.md for more info
83+
# needed core package
84+
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/libigdgmm12_22.5.5_amd64.deb
85+
dpkg -i libigdgmm12_22.5.5_amd64.deb
86+
rm libigdgmm12_22.5.5_amd64.deb
87+
8288
# legacy packages
8389
wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-opencl-icd-legacy1_24.35.30872.22_amd64.deb
8490
wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-level-zero-gpu-legacy1_1.3.30872.22_amd64.deb

0 commit comments

Comments
 (0)