Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rr1/eb2
Niansuh
/
eb2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
eb2
/
Dockerfile
rr1
Upload 3 files
39359ac
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
FROM
python:
3.10
-slim
WORKDIR
/app
COPY
. .
RUN
pip install -r requirements.txt
CMD
[
"python"
,
"app.py"
]