Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ManTea
/
CaculatorD
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f87c708
CaculatorD
/
dockerfile
ManTea
.
31917d7
11 months ago
raw
Copy download link
history
blame
116 Bytes
FROM
python:
3.11
.
10
-alpine3.
20
WORKDIR
/
COPY
. .
RUN
pip install -r requirements.txt
CMD
[
"python3"
,
"app.py"
]