mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
local-ai-cc: disable nvidia-gpu as it disallows the container to start
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
44a86d664c
commit
c59112192a
1 changed files with 1 additions and 4 deletions
|
|
@ -29,10 +29,7 @@
|
||||||
"writeable": false
|
"writeable": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"devices": [
|
"enable_nvidia_gpu": false,
|
||||||
"/dev/dri"
|
|
||||||
],
|
|
||||||
"enable_nvidia_gpu": true,
|
|
||||||
"nextcloud_exec_commands": [
|
"nextcloud_exec_commands": [
|
||||||
"mkdir '/mnt/ncdata/admin/files/nextcloud-aio-local-ai'",
|
"mkdir '/mnt/ncdata/admin/files/nextcloud-aio-local-ai'",
|
||||||
"touch '/mnt/ncdata/admin/files/nextcloud-aio-local-ai/models.yaml'",
|
"touch '/mnt/ncdata/admin/files/nextcloud-aio-local-ai/models.yaml'",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue