ast-pikawill02b-285ik / upgrade.sh
jgwill's picture
upgraded
305e0ff
raw
history blame contribute delete
327 Bytes
#!/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