feat: Update environment configuration for Docker to include temporary directory settings

This commit is contained in:
JB
2025-10-06 14:42:54 -07:00
parent 26e0e764db
commit 153d5ba92c
4 changed files with 15 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@ services:
ABOGEN_PORT: 8808
ABOGEN_UPLOAD_ROOT: /data/uploads
ABOGEN_OUTPUT_ROOT: /data/outputs
ABOGEN_TEMP_DIR: "${ABOGEN_TEMP_DIR:-/data/cache}"
# --- GPU support -----------------------------------------------------
# These settings assume the NVIDIA Container Toolkit is installed.
# Leave them in place for GPU acceleration; comment out the entire block