fix: add Python unbuffered flag to see Gradio startup logs

This commit is contained in:
2025-11-12 11:01:23 +01:00
parent b7f03a313f
commit 9f9119358a

View File

@@ -151,7 +151,7 @@ services:
image: ${AI_FACEFUSION_IMAGE:-facefusion/facefusion:3.5.0-cpu}
container_name: ${AI_COMPOSE_PROJECT_NAME}_facefusion
restart: unless-stopped
command: ["python3", "facefusion.py", "run"]
command: ["python3", "-u", "facefusion.py", "run"]
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
# Force CPU execution on VPS (no GPU available yet)