fix: comment out unused hf-hub-cache volume and speaches service in openwebui.yml
This commit is contained in:
+11
-1
@@ -9,6 +9,7 @@ volumes:
|
||||
open_webui: {}
|
||||
chromadb: {}
|
||||
ollama: {}
|
||||
# hf-hub-cache: {}
|
||||
|
||||
services:
|
||||
open_webui:
|
||||
@@ -97,4 +98,13 @@ services:
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 5s
|
||||
max_attempts: 3
|
||||
max_attempts: 3
|
||||
|
||||
# speaches:
|
||||
# image: ghcr.io/speaches-ai/speaches:latest-cpu
|
||||
# hostname: speaches
|
||||
# volumes:
|
||||
# - hf-hub-cache:/home/ubuntu/.cache/huggingface/hub
|
||||
# expose:
|
||||
# - 8000
|
||||
|
||||
Reference in New Issue
Block a user