Spaces:
Runtime error
Runtime error
hobs
commited on
Commit
·
1f496f4
1
Parent(s):
467a49f
build.sh
Browse files- scripts/build.sh +8 -0
scripts/build.sh
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
deactivate
|
| 2 |
+
pip install virtualenv
|
| 3 |
+
rm -rf .venv
|
| 4 |
+
python3.9 -m virtualenv --python 3.9 .venv
|
| 5 |
+
# pip install --upgrade scikit-learn
|
| 6 |
+
# pip install --upgrade transformers
|
| 7 |
+
# pip install --upgrade pandas
|
| 8 |
+
pip install --upgrade -e .
|