Update on_startup.sh
Browse files- on_startup.sh +6 -3
on_startup.sh
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
# Write some commands here that will run on root user before startup.
|
| 3 |
-
# For example, to
|
| 4 |
-
#
|
|
|
|
|
|
|
| 5 |
set -e # 如果有错误就退出
|
| 6 |
|
| 7 |
npm install -g @qwen-code/qwen-code@latest
|
| 8 |
-
npm
|
|
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
# Write some commands here that will run on root user before startup.
|
| 3 |
+
# For example, to clone transformers and install it in dev mode:
|
| 4 |
+
# git clone https://github.com/huggingface/transformers.git
|
| 5 |
+
# cd transformers && pip install -e ".[dev]"
|
| 6 |
+
|
| 7 |
set -e # 如果有错误就退出
|
| 8 |
|
| 9 |
npm install -g @qwen-code/qwen-code@latest
|
| 10 |
+
npm install -g @iflow-ai/iflow-cli
|
| 11 |
+
npm install -g @charmland/crush
|