Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
m3
/
sample
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sample
/
Dockerfile
m3
chore: add sample docker
d7281df
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
96 Bytes
FROM
python:
3.12
-slim-bookworm
WORKDIR
/app
COPY
. /app
EXPOSE
7860
CMD
[
"python"
,
"server.py"
]