feat: Add environment variables for voice cache and Hugging Face directory in Docker setup

This commit is contained in:
JB
2025-10-26 08:03:40 -07:00
parent 0259963eb8
commit 10cd2c993c
3 changed files with 15 additions and 3 deletions
+3
View File
@@ -23,6 +23,9 @@ services:
ABOGEN_OUTPUT_DIR: "/data/outputs"
ABOGEN_OUTPUT_ROOT: "/data/outputs"
ABOGEN_TEMP_DIR: "/data/cache"
ABOGEN_VOICE_CACHE_DIR: "/data/voice-cache"
HF_HOME: "/data/huggingface"
HUGGINGFACE_HUB_CACHE: "/data/huggingface/hub"
HOME: "/tmp/abogen-home"
# --- GPU support -----------------------------------------------------
# These settings assume the NVIDIA Container Toolkit is installed.