GGUF-Splitter / docker-compose.yml
Felladrin's picture
Initial commit
2de2584
services:
split-gguf-space:
build:
context: .
dockerfile: Dockerfile
target: production
image: split-gguf-space
container_name: split-gguf-space
ports:
- "7860:7860"
volumes:
- .:/home/user/app
environment:
- RUN_LOCALLY=1
- HF_TOKEN=${HF_TOKEN}