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:
sachnun
/
desk
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
desk
/
entrypoint.sh
github-actions
deploy
30fe48c
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
212 Bytes
#!/bin/bash
set
-e
ssh-keygen -A
echo
"root:
${SSH_PASSWORD:-changeme}
"
| chpasswd
echo
"nameserver 8.8.8.8"
> /etc/resolv.conf
echo
"nameserver 8.8.4.4"
>> /etc/resolv.conf
/usr/sbin/sshd
exec
/opt/ws-bridge