all-gguf-same-where / docker-compose.yml
matrixportal's picture
Update docker-compose.yml
d6da3ac verified
raw
history blame contribute delete
342 Bytes
# Docker compose file to LOCAL development
services:
all-gguf-same-where:
build:
context: .
dockerfile: Dockerfile
image: all-gguf-same-where
container_name: all-gguf-same-where
ports:
- "7860:7860"
volumes:
- .:/home/user/app
environment:
- RUN_LOCALLY=1
- HF_TOKEN=${HF_TOKEN}