Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ManTea
/
caculator
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
caculator
/
dockerfile
ManTea
Upload 3 files
2c27bb9
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
FROM
python:
3.11
.
10
-alpine3.
20
WORKDIR
/app
COPY
. .
RUN
pip install -r requirements.txt
CMD
[
"python3"
,
"app.py"
]