feat: add tty flag for Gradio to start properly
This commit is contained in:
@@ -164,6 +164,7 @@ services:
|
||||
image: facefusion-patched:3.5.0-cpu
|
||||
container_name: ${AI_COMPOSE_PROJECT_NAME}_facefusion
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
command: ['python', '-u', 'facefusion.py', 'run']
|
||||
environment:
|
||||
TZ: ${TIMEZONE:-Europe/Berlin}
|
||||
|
||||
Reference in New Issue
Block a user