Fix intel version check; install legacy packages (#10787)

This commit is contained in:
Chris
2026-01-13 15:17:26 -05:00
committed by GitHub
parent 8551ad33f3
commit a990d39812
2 changed files with 10 additions and 8 deletions
+1
View File
@@ -93,6 +93,7 @@ EOF
$STD apt install -y ./*.deb
rm ./*.deb
$STD apt-mark hold libigdgmm12
dpkg -l | grep -m1 "intel-opencl-icd" | awk '{print $3}' >~/.intel_version
msg_ok "Intel iGPU dependencies updated"
fi
rm ./Dockerfile