mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-03 18:35:55 +00:00
allow Frigate's Intel media packages to overwrite files from system GPU driver packages
This commit is contained in:
@@ -175,7 +175,10 @@ cp -a /opt/frigate/docker/main/rootfs/. /
|
|||||||
sed -i '/^.*unset DEBIAN_FRONTEND.*$/d' /opt/frigate/docker/main/install_deps.sh
|
sed -i '/^.*unset DEBIAN_FRONTEND.*$/d' /opt/frigate/docker/main/install_deps.sh
|
||||||
echo "libedgetpu1-max libedgetpu/accepted-eula boolean true" | debconf-set-selections
|
echo "libedgetpu1-max libedgetpu/accepted-eula boolean true" | debconf-set-selections
|
||||||
echo "libedgetpu1-max libedgetpu/install-confirm-max boolean true" | debconf-set-selections
|
echo "libedgetpu1-max libedgetpu/install-confirm-max boolean true" | debconf-set-selections
|
||||||
|
# Allow Frigate's Intel media packages to overwrite files from system GPU driver packages
|
||||||
|
echo 'force-overwrite' >/etc/dpkg/dpkg.cfg.d/force-overwrite
|
||||||
$STD bash /opt/frigate/docker/main/install_deps.sh
|
$STD bash /opt/frigate/docker/main/install_deps.sh
|
||||||
|
rm -f /etc/dpkg/dpkg.cfg.d/force-overwrite
|
||||||
$STD pip3 install -U /wheels/*.whl
|
$STD pip3 install -U /wheels/*.whl
|
||||||
ldconfig
|
ldconfig
|
||||||
msg_ok "Installed HailoRT Runtime"
|
msg_ok "Installed HailoRT Runtime"
|
||||||
|
|||||||
Reference in New Issue
Block a user