From 0feaa9d5275fbbf50d50394d6dcc625f15cb2c4b Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 18 Oct 2023 15:27:37 +0200 Subject: [PATCH] local-ai - use correct directory where models are stored Signed-off-by: Simon L --- community-containers/local-ai/local-ai.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community-containers/local-ai/local-ai.json b/community-containers/local-ai/local-ai.json index ce3a9dcc..262234e9 100644 --- a/community-containers/local-ai/local-ai.json +++ b/community-containers/local-ai/local-ai.json @@ -9,7 +9,8 @@ "internal_port": "8080", "restart": "unless-stopped", "environment": [ - "TZ=%TIMEZONE%" + "TZ=%TIMEZONE%", + "MODELS_PATH=/models" ], "volumes": [ {