Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
pagezyhf
/
inference-cache-explorer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ea6172d
inference-cache-explorer
/
docker-compose.yml
pagezyhf
HF Staff
debug
e0174a0
about 1 year ago
raw
Copy download link
history
blame
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: