gguf-my-lora / docker-compose.yml
ngxson's picture
ngxson HF staff
init
57c7ce1
raw
history blame
321 Bytes
# Docker compose file to LOCAL development
services:
gguf-my-lora:
build:
context: .
dockerfile: Dockerfile
image: gguf-my-lora
container_name: gguf-my-lora
ports:
- "7860:7860"
volumes:
- .:/home/user/app
environment:
- RUN_LOCALLY=1
- HF_TOKEN=${HF_TOKEN}