We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8052ebb + 2b980aa commit 897d9b7Copy full SHA for 897d9b7
1 file changed
docker/main/install_deps.sh
@@ -77,6 +77,7 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then
77
rm -f /etc/apt/sources.list.d/intel-gpu-jammy.list
78
79
# install legacy and standard intel icd and level-zero-gpu
80
+ apt-get install ocl-icd-libopencl1
81
# see https://github.com/intel/compute-runtime/blob/master/LEGACY_PLATFORMS.md for more info
82
# legacy packages
83
wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.22/intel-opencl-icd-legacy1_24.35.30872.22_amd64.deb
0 commit comments