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:
AIGroup2026
/
fe
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fe
/
docker-compose.yml
3v324v23
add docker compose
528c9d9
5 months ago
raw
Copy download link
history
blame
contribute
delete
178 Bytes
services:
web:
build:
.
ports:
-
"8004:7860"
volumes:
-
./.env:/code/.env
env_file:
-
./.env
restart:
unless-stopped
runtime:
nvidia