Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kindjeff
/
jefftest
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
jefftest
/
Dockerfile
sljeff
Add application file
7ffed1f
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
63 Bytes
FROM
python:
3.11
CMD
[
"python3"
,
"-m"
,
"http.server"
,
"7860"
]