mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
feat: Configure cache environment variables for Hugging Face and update Docker settings
This commit is contained in:
@@ -23,6 +23,11 @@ services:
|
||||
ABOGEN_OUTPUT_DIR: "/data/outputs"
|
||||
ABOGEN_OUTPUT_ROOT: "/data/outputs"
|
||||
ABOGEN_TEMP_DIR: "/data/cache"
|
||||
HOME: "/data"
|
||||
XDG_CACHE_HOME: "/data/cache"
|
||||
HF_HOME: "/data/cache/huggingface"
|
||||
HUGGINGFACE_HUB_CACHE: "/data/cache/huggingface"
|
||||
TRANSFORMERS_CACHE: "/data/cache/huggingface"
|
||||
# --- GPU support -----------------------------------------------------
|
||||
# These settings assume the NVIDIA Container Toolkit is installed.
|
||||
# Leave them in place for GPU acceleration; comment out the entire block
|
||||
|
||||
Reference in New Issue
Block a user