File size: 287 Bytes
df27dfb
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  api:
    build: .
    ports:
      - "8000:8000"
    volumes:
      - ./checkpoints:/app/checkpoints
    environment:
      - MODEL_CHECKPOINT=/app/checkpoints/model.ckpt
      - DEVICE=cpu
      # Alternative: download from HuggingFace Hub
      # - HF_REPO_ID=it4lia/irene