Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yakova
/
Depthflow
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Depthflow
/
Dockerfile
Mbonea
All setup
4364953
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
130 Bytes
FROM
mbonea/replicate-model:
0.0
.
1
COPY
. /app
WORKDIR
/app
CMD
[
"uvicorn"
,
"main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]