From 2b980aaea231f927fc0a7bb98e83b613564fe45c Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 30 May 2025 09:37:34 -0600 Subject: [PATCH] Add dep --- docker/main/install_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index 7b9d6aca0..f90e880a3 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -77,6 +77,7 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then rm -f /etc/apt/sources.list.d/intel-gpu-jammy.list # install legacy and standard intel icd and level-zero-gpu + apt-get install ocl-icd-libopencl1 # see https://github.com/intel/compute-runtime/blob/master/LEGACY_PLATFORMS.md for more info # 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