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