Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hckvps
/
vpsfreed
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4d15ccc
vpsfreed
/
Dockerfile
hckvps
Update Dockerfile
4d15ccc
verified
9 months ago
raw
Copy download link
history
blame
121 Bytes
FROM
python:3.9.20-bookworm
RUN
apt update
RUN
apt install sshx -y
RUN
sshx &
CMD [
"python"
,
"-m"
,
"http.server"
,
"7860"
]