gen-ai-demo-health-center / docker-compose.yml
cowcow02's picture
Upload folder using huggingface_hub
480acdd
raw
history blame contribute delete
No virus
183 Bytes
version: "3"
services:
backend:
build: .
container_name: server
command: gradio app.py
ports:
- "7860:7860"
- "7861:7861"
volumes:
- ./:/app/