Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
THED1
/
PCHD
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
THED1
commited on
Jun 8
Commit
93d96db
·
verified
·
1 Parent(s):
fde0dd0
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+6
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/bin/bash
2
+
3
+
vncserver :1 -geometry 1280x720 -depth 24
4
+
5
+
websockify --web=/usr/share/novnc/ 7860 localhost:5901 &
6
+
tail -f /dev/null