Spaces:
Sleeping
Sleeping
File size: 342 Bytes
3eaaf3a 5b4b478 6f21901 3eaaf3a 5d8c4e2 |
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
container_name: gguf-my-repo
ports:
- "7860:7860"
volumes:
- .:/home/user/app
environment:
- RUN_CUDA=0
- RUN_LOCALLY=1
- HF_TOKEN=${HF_TOKEN}
- HF_HUB_CACHE=/home/user/app/downloads
|