Update on_startup.sh
Browse files- on_startup.sh +1 -0
on_startup.sh
CHANGED
@@ -5,6 +5,7 @@ apt install wget
|
|
5 |
pip install tensorflow
|
6 |
pip install sentencepiece
|
7 |
pip install keras_nlp
|
|
|
8 |
pip install pandas
|
9 |
pip install huggingface_hub
|
10 |
# Write some commands here that will run on root user before startup.
|
|
|
5 |
pip install tensorflow
|
6 |
pip install sentencepiece
|
7 |
pip install keras_nlp
|
8 |
+
pip install -U scikit-learn scipy matplotlib
|
9 |
pip install pandas
|
10 |
pip install huggingface_hub
|
11 |
# Write some commands here that will run on root user before startup.
|