File size: 347 Bytes
3eaaf3a
 
 
 
 
b7bd975
3eaaf3a
 
 
 
 
 
b7bd975
 
3eaaf3a
b7bd975
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
services:
  gguf-my-repo:
    build:
      context: .
      dockerfile: Dockerfile
    image: gguf-my-repo-cuda
    container_name: gguf-my-repo
    ports:
      - "7860:7860"
    volumes:
      - .:/home/user/app
    environment:
      - RUN_CUDA=1
      - RUN_LOCALLY=0
      - HF_TOKEN=${HF_TOKEN}
      - HF_HUB_CACHE=/home/user/app/downloads