File size: 266 Bytes
4acf5bf |
1 2 3 4 5 6 7 8 9 10 |
sudo apt update
sudo apt install -y python-opengl
sudo apt install -y ffmpeg
sudo apt install -y xvfb
sudo apt install -y swig
python3 -m pip install --upgrade pip
pip install --upgrade torch torchvision torchaudio
python -m pip install --upgrade '.[test,procgen]' |