mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
fix: comment out unused hf-hub-cache volume and speaches service in openwebui.yml
This commit is contained in:
@@ -9,6 +9,7 @@ volumes:
|
|||||||
open_webui: {}
|
open_webui: {}
|
||||||
chromadb: {}
|
chromadb: {}
|
||||||
ollama: {}
|
ollama: {}
|
||||||
|
# hf-hub-cache: {}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
open_webui:
|
open_webui:
|
||||||
@@ -98,3 +99,12 @@ services:
|
|||||||
condition: any
|
condition: any
|
||||||
delay: 5s
|
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