From 7e512612c9c448997cd64a4a253c4f0ebbe04df9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:19:37 +0100 Subject: [PATCH] Remove intel-opencl-icd from driver installation --- install/frigate-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index b47e34bc5..0c8ed7af6 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -19,7 +19,7 @@ $STD apt-get install -y jq wget xz-utils python3 python3-dev gcc pkg-config libh msg_ok "System dependencies installed" msg_info "Installing hardware acceleration drivers" -$STD apt-get install -y va-driver-all ocl-icd-libopencl1 intel-opencl-icd vainfo intel-gpu-tools +$STD apt-get install -y va-driver-all ocl-icd-libopencl1 vainfo intel-gpu-tools msg_ok "Hardware acceleration drivers installed" if [[ "$CTTYPE" == "0" ]]; then