Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yasyn14
/
aurora
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
aurora
/
docker-compose.yml
yasyn14
compose
8a707c1
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
217 Bytes
services:
aurora-app:
build:
context:
.
dockerfile:
Dockerfile
ports:
-
"7860:7860"
volumes:
-
.:/app
environment:
-
GRADIO_SERVER_PORT=7860
restart:
unless-stopped