From b41022dedd0a33206d6b24af5412f92c17ee621a Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 30 May 2025 09:05:24 -0600 Subject: [PATCH] Install --- docker/main/install_deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index 53d62c675..7b9d6aca0 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -89,6 +89,8 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.5.6/intel-igc-opencl-2_2.5.6+18417_amd64.deb wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.5.6/intel-igc-core-2_2.5.6+18417_amd64.deb + dpkg -i *.deb + rm *.deb fi if [[ "${TARGETARCH}" == "arm64" ]]; then