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...
e0174a0
inference-cache-explorer
/
docker-compose.yml
pagezyhf
HF Staff
debug
e0174a0
about 2 months ago
raw
Copy download link
history
blame
Safe
208 Bytes
version:
'3.8'
services:
web:
build:
.
ports:
-
"7860:7860"
environment:
-
HF_TOKEN=${HF_TOKEN}
volumes:
-
./app:/app/app
-
cache_data:/cache
volumes:
cache_data: