mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-24 21:47:26 +00:00
Automate VAAPI and NVIDIA setup inside LXC containers
Added direct installation of VAAPI and NVIDIA drivers inside LXC containers during setup, removing reliance on custom in-container scripts. The process now ensures required packages are installed and user permissions are set, improving automation and compatibility for supported distributions.
This commit is contained in:
@@ -2276,6 +2276,9 @@ EOF
|
||||
fi
|
||||
|
||||
msg_info "Customizing LXC Container"
|
||||
# Container erfolgreich gestartet
|
||||
vaapi_inside_setup "$CTID" "$CT_TYPE"
|
||||
nvidia_inside_setup "$CTID" "$CT_TYPE"
|
||||
if [ "$var_os" == "alpine" ]; then
|
||||
sleep 3
|
||||
pct exec "$CTID" -- /bin/sh -c 'cat <<EOF >/etc/apk/repositories
|
||||
|
||||
Reference in New Issue
Block a user