Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ghostplant
/
havefun
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
havefun
/
Dockerfile
ghostplant
initial commit
c430b2a
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
73 Bytes
FROM
python:
3.12
WORKDIR
/
CMD
[
"python"
,
"-m"
,
"http.server"
,
"7860"
]