Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MarfinF
/
Smart-MP-Rekomend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cbf1942
Smart-MP-Rekomend
/
DockerFile
MarfinF
Initial push Musik Rekomender project
cbf1942
6 months ago
raw
Copy download link
history
blame
Safe
149 Bytes
FROM
python:
3.9
-slim
WORKDIR
/app
COPY
. .
RUN
pip install -r requirements.txt
CMD
[
"uvicorn"
,
"app:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]