File size: 306 Bytes
29eda7d
 
 
 
 
aa855d8
29eda7d
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
volumes:
    hfcache:
    
services:
  wserver:
    user: "1000"
    build: .
    volumes:
      - hfcache:/data/hugging-face
    restart: unless-stopped
    ports:
      - 8080:8000
    deploy:
      resources:
        reservations:
           devices:
             - capabilities: ["gpu"]