text2svg-demo-app / docker-compose.yml
Jinglong Xiong
add files
d19b1f8
raw
history blame contribute delete
357 Bytes
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "8501:8501"
environment:
- NVIDIA_VISIBLE_DEVICES=all
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]