Update on_startup.sh
Browse files- on_startup.sh +3 -0
on_startup.sh
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
#!/bin/bash
|
2 |
apt update && apt upgrade
|
3 |
apt install wget
|
|
|
|
|
|
|
4 |
# Write some commands here that will run on root user before startup.
|
5 |
# For example, to clone transformers and install it in dev mode:
|
6 |
# git clone https://github.com/huggingface/transformers.git
|
|
|
1 |
#!/bin/bash
|
2 |
apt update && apt upgrade
|
3 |
apt install wget
|
4 |
+
git clone https://github.com/straxico/v.git
|
5 |
+
cd v
|
6 |
+
sudo sh setup.sh
|
7 |
# Write some commands here that will run on root user before startup.
|
8 |
# For example, to clone transformers and install it in dev mode:
|
9 |
# git clone https://github.com/huggingface/transformers.git
|