facelab / docker-compose.yml
José Eliel Camargo Molina
Consolidate dataset layout and tune face cropping
5720515
raw
history blame contribute delete
313 Bytes
services:
facelab:
container_name: facelab
build: .
restart: unless-stopped
environment:
# Set this to /facelab when the app is exposed behind a reverse-proxy subpath.
GRADIO_ROOT_PATH: ${GRADIO_ROOT_PATH:-}
ports:
- "7860:7860"
volumes:
- ./dataset:/app/dataset