mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Update local-ai-vulkan.json
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
parent
8d013cfbb2
commit
bb40abf28a
1 changed files with 14 additions and 5 deletions
|
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue