Update local-ai-vulkan.json

Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
Jean-Yves 2025-07-06 12:11:14 +02:00 committed by GitHub
parent 8d013cfbb2
commit bb40abf28a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,14 @@
"internal_port": "8080", "internal_port": "8080",
"restart": "unless-stopped", "restart": "unless-stopped",
"environment": [ "environment": [
"TZ=%TIMEZONE%", "TZ=%TIMEZONE%"
"MODELS_PATH=/models" ],
"ports": [
{
"ip_binding": "%APACHE_IP_BINDING%",
"port_number": "10078",
"protocol": "tcp"
}
], ],
"volumes": [ "volumes": [
{ {
@ -19,11 +25,14 @@
"writeable": true "writeable": true
}, },
{ {
"source": "nextcloud_aio_localai_vulkan_images", "source": "nextcloud_aio_localai_vulkan_backends",
"destination": "/tmp/generated/images/", "destination": "/backends",
"writeable": true "writeable": true
} }
], ],
"secrets": [
"$LOCAL_AI_PASS"
],
"devices": [ "devices": [
"/dev/dri" "/dev/dri"
], ],