quantize-my-repo / docker-compose.yml
mohanz's picture
update names and fix tags
0e2eafc
raw
history blame contribute delete
333 Bytes
# Docker compose file to LOCAL development
services:
quantize-my-repo:
build:
context: .
dockerfile: Dockerfile
image: quantize-my-repo
container_name: quantize-my-repo
ports:
- "7860:7860"
volumes:
- .:/home/user/app
environment:
- RUN_LOCALLY=1
- HF_TOKEN=${HF_TOKEN}