Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pagezyhf
/
inference-cache-explorer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aa37823
inference-cache-explorer
/
docker-compose.yml
pagezyhf
HF Staff
test
aa37823
4 months ago
raw
Copy download link
history
blame
Safe
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: