mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
feat: Update environment variables and Docker configuration for cache management and temporary directory settings
This commit is contained in:
+5
-4
@@ -12,10 +12,11 @@ ABOGEN_OUTPUT_DIR=./storage/output
|
||||
|
||||
# Temporary working directory. When running in Docker, keep this inside the
|
||||
# mounted data volume (or another writable host path) so non-root users can
|
||||
# write to it. Hugging Face caches and other temp files are redirected here via
|
||||
# XDG_CACHE_HOME/HF_HOME when running under Docker. For local (non-Docker)
|
||||
# usage, change this to a path that makes sense on your machine or comment it
|
||||
# out to fall back to the OS cache directory. Mounted to /data/cache in Docker.
|
||||
# write to it. Only audio conversion scratch files are staged here by default;
|
||||
# other library caches remain inside the container volume. For local
|
||||
# (non-Docker) usage, change this to a path that makes sense on your machine or
|
||||
# comment it out to fall back to the OS cache directory. Mounted to /data/cache
|
||||
# in Docker.
|
||||
ABOGEN_TEMP_DIR=./storage/tmp
|
||||
|
||||
# UID/GID used when running the Docker container. 1000:1000 matches most Linux hosts.
|
||||
|
||||
Reference in New Issue
Block a user