CoolFace
Apppublic

ArxAlfa/AIIASpace

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes
docker-compose.yml17 linesDownload Raw Back to root
1version: '3.8'2services:3  your-service:4    image: mi-imagen5    shm_size: '2gb'6    ports:7      - "7860:7860"8    deploy:9      resources:10        limits:11          memory: 2G12        reservations:13          devices:14            - driver: nvidia15              count: 116              capabilities: [ gpu ]17