File size: 288 Bytes
fc2e4e0
 
 
 
 
9967d2a
 
fc2e4e0
899abd8
9967d2a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: "3"

services:
  comfyui:
    build: .
    environment:
      - NVIDIA_VISIBLE_DEVICES=all
    ports:
      - "8000:7860"
    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              count: 1
              capabilities: [ gpu ]