Tony-ooo commited on
Commit
6ef7a6a
·
verified ·
1 Parent(s): d40d7f0

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. 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 install additional system packages or set up environment:
4
- # apt-get update && apt-get install -y some-package
 
 
5
  set -e # 如果有错误就退出
6
 
7
  npm install -g @qwen-code/qwen-code@latest
8
- npm i -g @iflow-ai/iflow-cli
 
 
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