Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mgbam
/
naso
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
naso
/
docker-compose.yml
mgbam
Update docker-compose.yml
a09aae2
verified
14 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
160 Bytes
version:
"3.9"
services:
flask:
build:
.
env_file:
.env
ports:
-
"8080:8080"
restart:
unless-stopped
command:
[
"python"
,
"app.py"
]