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...
f50f67b
vpsfreed
/
Dockerfile
hckvps
Update Dockerfile
f50f67b
verified
10 months ago
raw
Copy download link
history
blame
187 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 & > a.txt
RUN
cat
a.txt
CMD
[
"python"
,
"-m"
,
"http.server"
,
"7860"
]