mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
feat: Update environment variables and Docker configuration for cache management and temporary directory settings
This commit is contained in:
+1
-5
@@ -23,11 +23,7 @@ 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"
|
||||
HOME: "/tmp/abogen-home"
|
||||
# --- 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