Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nami0342
/
GenAI_VTON_API
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
df5e36b
GenAI_VTON_API
/
Dockerfile
nami0342
Update docker file and Readme.md
9e2f6a9
11 months ago
raw
Copy download link
history
blame
Safe
169 Bytes
FROM
python:
3.10
.
9
COPY
. .
WORKDIR
/
RUN
pip install --no-cache-dir --upgrade -r /requirements.txt
CMD
[
"uvicorn"
,
"app:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]