Spaces:
Build error
Build error
sudo apt update && sudo apt upgrade | |
sudo apt install git | |
sudo apt install cmake | |
sudo apt install software-properties-common | |
sudo add-apt-repository ppa:deadsnakes/ppa | |
sudo apt-cache policy python3.8 | |
sudo apt install python3.8 | |
sudo apt install python3.8-dev | |
sudo apt install python3.8-distutils | |
sudo apt install curl | |
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | |
python3.8 get-pip.py | |
python3.8 -m pip install torch | |
python3.8 -m pip install yoloxdetect | |
sudo python3.8 -m pip uninstall pytz | |
sudo python3.8 -m pip install pytz | |
sudo python3.8 -m pip uninstall Pillow | |
sudo python3.8 -m pip install Pillow | |
python3.8 -m pip install gradio==3.20.0 | |
sudo snap install --classic code |