Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dovakiins
/
qwerrwe
like
0
Build error
App
Files
Files
Community
9083910
qwerrwe
/
scripts
/
runpod-entrypoint.sh
winglian
setup runpod images
79deb35
over 1 year ago
raw
Copy download link
history
blame
185 Bytes
#!/bin/bash
echo
$PUBLIC_KEY
>> ~/.ssh/authorized_keys
chmod
700 -R ~/.ssh
# Start the SSH service in the background
service ssh start
# Execute the passed arguments (CMD)
exec
"
$@
"