Skip to content

Commit

Permalink
Merge pull request #5803 from nextcloud/enh/5132/disable-eng-local-ai
Browse files Browse the repository at this point in the history
local-ai-cc: disable nvidia-gpu as it disallows the container to start
  • Loading branch information
szaimen authored Jan 6, 2025
2 parents 42113d4 + c591121 commit 2aad2c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions community-containers/local-ai/local-ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit 2aad2c8

Please sign in to comment.