Spaces:
Sleeping
Sleeping
File size: 327 Bytes
305e0ff |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
#!/bin/bash
apt update
apt upgrade -y
pip install -U pip
# #pip install -U pyyaml
# pip install -U runway-python
# #runway --force-reinstall
#pip install -U tensorflow
conda update conda --yes
pip install -r requirements.txt
apt install sudo -y
apt install libre2-dev -y
pip install re2
#apt install build-essential -y
|