From 4dc17c1084fe346a2a1902c1d3cf8042d4502184 Mon Sep 17 00:00:00 2001 From: Gunasekhar Matamalam Date: Thu, 31 Oct 2024 10:37:16 -0700 Subject: [PATCH] Update compose file to disable ENABLE_EVALUATION_ARENA_MODELS by default Fixed the incorrect cheksum Signed-off-by: Gunasekhar Matamalam --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index a81e1fd..d2c8639 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,7 +7,7 @@ services: - ./linux/searxng:/etc/searxng restart: always open-webui: - image: ghcr.io/open-webui/open-webui@sha256:caa86912d466525976110325f484b5b89074db189c15847b1a189fd9e1a4419a + image: ghcr.io/open-webui/open-webui@sha256:4dabf6994212b02e6651f129e39c513553016d519050ac951c195eccd3045cb9 ports: - "11500:8080" volumes: @@ -17,6 +17,7 @@ services: - WEBUI_SESSION_COOKIE_SAME_SITE=None - WEBUI_SESSION_COOKIE_SECURE=True - ENABLE_RAG_WEB_SEARCH=True + - ENABLE_EVALUATION_ARENA_MODELS=False - RAG_WEB_SEARCH_ENGINE=searxng - DEFAULT_MODELS=tinyllama - SEARXNG_QUERY_URL=http://host.docker.internal:11505