Merge pull request #5803 from nextcloud/enh/5132/disable-eng-local-ai

local-ai-cc: disable nvidia-gpu as it disallows the container to start
This commit is contained in:
Simon L. 2025-01-06 10:57:05 +01:00 committed by GitHub
commit 2aad2c8b4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,10 +29,7 @@
"writeable": false
}
],
"devices": [
"/dev/dri"
],
"enable_nvidia_gpu": true,
"enable_nvidia_gpu": false,
"nextcloud_exec_commands": [
"mkdir '/mnt/ncdata/admin/files/nextcloud-aio-local-ai'",
"touch '/mnt/ncdata/admin/files/nextcloud-aio-local-ai/models.yaml'",