Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omm7
/
w4backend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5b874e0
w4backend
/
Dockerfile
omm7
Upload 3 files
d595955
verified
10 months ago
raw
Copy download link
history
blame
127 Bytes
FROM
python:
3.9
WORKDIR
/app
COPY
. .
RUN
pip install -r requirements.txt
EXPOSE
7860
CMD
[
"python"
,
"app.py"
]