From 9d721ec9caa859e274f9af84760e08f12b6fd883 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Wed, 2 Jul 2025 13:49:50 +0200 Subject: [PATCH] Add dri Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- community-containers/local-ai-vulkan/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/community-containers/local-ai-vulkan/readme.md b/community-containers/local-ai-vulkan/readme.md index 55bfb0e6..9e3e9a3b 100644 --- a/community-containers/local-ai-vulkan/readme.md +++ b/community-containers/local-ai-vulkan/readme.md @@ -8,6 +8,7 @@ This container bundles Local AI and auto-configures it for you. ### Notes - Make sure vulkan is enabled in the AIO settings. Run `vulkaninfo` in the terminal to check if it is enabled. - Make sure to have enough storage space available. This container alone needs ~7GB storage. +- Make sure to have enabled DRI device by adding `--env NEXTCLOUD_ENABLE_DRI_DEVICE=true` - To make it work, you first need to browse `https://your-nc-domain.com/settings/admin/ai` and enable or disable specific features for your models in the openAI settings. Afterwards using the Nextcloud Assistant should work. - To access the Local AI web interface, you need to set reverse proxy rules for it. ```Cadyfile