Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dkedar7
/
fastdash
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
fastdash
/
Dockerfile
dkedar7
Update Dockerfile (
#2
)
673b2a9
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
143 Bytes
FROM
python:
3.13
-slim
ADD
. /app
WORKDIR
/app
RUN
pip install --no-cache-dir -r requirements.txt
CMD
gunicorn app:server --
bind
:
${PORT:-7860}