Spaces:
Runtime error
Runtime error
File size: 260 Bytes
599abe6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | version: '3.8'
services:
luma-gradio:
build: .
ports:
- "7860:7860"
volumes:
- .:/usr/src/app
environment:
- GRADIO_SERVER_NAME=0.0.0.0
- PYTHONUNBUFFERED=1
restart: unless-stopped
container_name: luma-gradio
|