From 523e55d8a419af4ab8a3d9f7efc793af37d5b33b Mon Sep 17 00:00:00 2001 From: JB Date: Mon, 6 Oct 2025 15:52:27 -0700 Subject: [PATCH] fix: Correct indentation for environment variables in docker-compose.yaml --- docker-compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 4332c6a..7658840 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -23,11 +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" + 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