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...
a62c7c1
caculator
/
dockerfile
ManTea
Upload 5 files
dd31ddf
verified
11 months ago
raw
Copy download link
history
blame
125 Bytes
FROM
python:
3.11
.
10
-alpine3.
20
WORKDIR
/
COPY
. .
RUN
pip install -r requirements.txt
CMD
[
"python3"
,
"app.py"
]