Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HarishMaths
/
Actions
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Actions
/
Dockerfile
HarishMaths
Create Dockerfile
f863169
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
71 Bytes
FROM
python:
3.10
-slim
WORKDIR
/app
COPY
. .
CMD
[
"python"
,
"app.py"
]