File size: 289 Bytes
4acf5bf
 
 
 
 
f68c642
4acf5bf
 
 
 
f68c642
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]'