Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
ao3rda/code-server
asons
/
code
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
code
/
entrypoint.sh
yadinae
Update entrypoint.sh
7de27ad
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
211 Bytes
#!/bin/bash
# 激活 NVM 环境变量
export
NVM_DIR=
"/root/.nvm"
[ -s
"
$NVM_DIR
/nvm.sh"
] && .
"
$NVM_DIR
/nvm.sh"
# 启动 IDE
exec
code-server --bind-addr 0.0.0.0:7860 --auth password --disable-telemetry /root