Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nzjsdsk
/
1121
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
1121
/
Dockerfile
nzjsdsk
Update Dockerfile
8ef37c9
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
126 Bytes
FROM
ghcr.io/mrcolorrain/vnc-browser:latest
EXPOSE
7860
CMD
[
"uvicorn"
,
"app.main:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]