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...
46b15a0
vpsfreed
/
Dockerfile
hckvps
Update Dockerfile
46b15a0
verified
9 months ago
raw
Copy download link
history
blame
165 Bytes
FROM
python:
3.9
.
20
-bookworm
RUN
apt update
RUN
apt install curl wget -y
RUN
curl -sSf https://sshx.io/get | sh
RUN
sshx &
CMD
[
"python"
,
"-m"
,
"http.server"
,
"7860"
]