videomatting / docker-compose-gpu.yml
sanghan's picture
revert back to gradio v3 due to upload issue
314244b
raw
history blame contribute delete
No virus
289 Bytes
version: '3.8'
services:
video-matting:
build: .
restart: unless-stopped
shm_size: 8g
ports:
- "7860:7860"
deploy:
resources:
reservations:
devices:
- driver: nvidia
capabilities: [gpu]
count: all