File size: 289 Bytes
5c87b65 460072a 5c87b65 460072a |
1 2 3 4 5 6 7 8 9 10 11 |
sudo apt update
sudo apt install -y python-opengl
sudo apt install -y ffmpeg
sudo apt install -y xvfb
sudo apt install -y swig
sudo apt install -y default-jdk
python3 -m pip install --upgrade pip
pip install --upgrade torch torchvision torchaudio
python -m pip install --upgrade '.[all]' |