Compare commits

..

No commits in common. "889db519e5152ef808544fed4dbaa4e4898a18d1" and "ab2ccdd67e5b64d6ef3775c478c842c6b9abbba4" have entirely different histories.

View File

@ -1241,7 +1241,6 @@ EOF
"Ollama" "Ollama"
"FileFlows" "FileFlows"
"Open WebUI" "Open WebUI"
"Debian"
) )
is_vaapi_app=false is_vaapi_app=false
@ -1312,16 +1311,6 @@ EOF
fi fi
fi fi
fi fi
if [ "$CT_TYPE" == "1" ] && [ "$is_vaapi_app" == "true" ]; then
if [[ -e /dev/dri/card0 ]]; then
echo "dev0: /dev/dri/card0,gid=44" >>"$LXC_CONFIG"
elif [[ -e /dev/dri/card1 ]]; then
echo "dev0: /dev/dri/card1,gid=44" >>"$LXC_CONFIG"
fi
if [[ -e /dev/dri/renderD128 ]]; then
echo "dev1: /dev/dri/renderD128,gid=104" >>"$LXC_CONFIG"
fi
fi
# TUN device passthrough # TUN device passthrough
if [ "$ENABLE_TUN" == "yes" ]; then if [ "$ENABLE_TUN" == "yes" ]; then