Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tferhan
/
dtgv2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dtgv2
/
Dockerfile
tferhan
Upload 10 files
6edd6e1
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
175 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"
]