On June 8, 2021, we will be updating our infrastructure to a new NVIDIA GPU Driver which requires all instances using these GPU to be updated. Any GPU deployed after June 10, 2021 will get the new drivers during install and does not need to follow this process.
Ubuntu / CentOS users:
Follow these steps:
- Download the new driver (version 450.89-452.87) from this link
- Extract the zip file by using unzip. This can be done in the file browser or via the command line interface (CLI)
- Make the NVIDIA-Linux-x86_64-450.89-vgpu-kvm.run file executable
- Run the driver
- Reboot your instance and test by running nvidia-smi
You may copy and paste the commands below in a terminal to perform the steps above.
wget https://swift-yy.cloud.cybera.ca:8080/v1/AUTH_8c4974ed39a44c2fabd9d75895f6e28b/cybera_public/NVIDIA-GRID-Linux-KVM-450.102-450.102.04-452.77.zip
unzip NVIDIA-GRID-Linux-KVM-450.102-450.102.04-452.77.zip
chmod 755 NVIDIA-Linux-x86_64-450.102.04-grid.run
sudo ./NVIDIA-Linux-x86_64-450.102.04-grid.run
sudo shutdown -r now
nvidia-smi
Windows users
Follow these steps:
- Download the new driver (version 450.102.04-452.77) from this link
- Unzip the zip file
- Run the 452.77_grid_win10_server2016_server2019_64bit_international.exe installer
- Reboot your instance once complete
- Reconnect to your instance and verify NVIDIA software shows the new version