mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
feat: Add environment variables for voice cache and Hugging Face directory in Docker setup
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user