File size: 372 Bytes
1a3fc6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: '3'
services:
  seamless:
    build: .
    volumes:
      - ./seamless-server:/home/user/app/seamless-server # for hot reload in DEV
    ports:
      - "80:7860"
    environment:
      - NODE_ENV=development
    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              count: 1
              capabilities: [gpu]