fix: Correct indentation for environment variables in docker-compose.yaml

This commit is contained in:
JB
2025-10-06 15:52:27 -07:00
parent c19050261c
commit 523e55d8a4
+5 -5
View File
@@ -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