inference-cache-explorer / docker-compose.yml
pagezyhf's picture
pagezyhf HF Staff
test
aa37823
raw
history blame contribute delete
211 Bytes
version: '3.8'
services:
web:
build: .
ports:
- "7860:7860"
environment:
- HF_TOKEN=${HF_TOKEN}
volumes:
- ./app:/app/app:ro
- cache_data:/cache
volumes:
cache_data: