mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 20:26:53 +00:00
Update install_coral_lxc.sh
This commit is contained in:
parent
d43c1da440
commit
72c7207ae4
@ -163,7 +163,7 @@ install_coral_in_container() {
|
|||||||
DRIVER_PACKAGE="libedgetpu1-std"
|
DRIVER_PACKAGE="libedgetpu1-std"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pct exec "$CONTAINER_ID" -- bash -c "
|
pct exec "$CONTAINER_ID" -- bash -c '
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "- Updating package lists..."
|
echo "- Updating package lists..."
|
||||||
@ -186,7 +186,8 @@ apt-get update
|
|||||||
|
|
||||||
echo "- Installing Coral TPU driver ($DRIVER_PACKAGE)..."
|
echo "- Installing Coral TPU driver ($DRIVER_PACKAGE)..."
|
||||||
apt-get install -y $DRIVER_PACKAGE
|
apt-get install -y $DRIVER_PACKAGE
|
||||||
"
|
'
|
||||||
|
|
||||||
|
|
||||||
msg_ok "$(translate 'iGPU and Coral TPU drivers installed inside the container.')"
|
msg_ok "$(translate 'iGPU and Coral TPU drivers installed inside the container.')"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user