Spaces:
Sleeping
Sleeping
File size: 331 Bytes
40ac571 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
version: '3'
services:
followyouremoji:
build: .
ports:
- "8030:7860"
volumes:
- ./data:/app/data
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
environment:
- NVIDIA_VISIBLE_DEVICES=all |