Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. From the Guest Operating system open a sftp, scp or your vskey-stor.eis.utoronto.ca MinIO interface and browse to the following path /ut-vss-lib/nvidia-grid-vpshere-7.0-525.147.01-525.147.05-529.19/Guest_Drivers.

  2. Download the driver based on your operating system. i.e. using sftp to install nvidia-linux-grid on Ubuntu:

    Code Block
    sftp {vss-user}@vskey-stor.eis.utoronto.ca
    cd /ut-vss-lib/nvidia-grid-vpshere-7.0-525.147.01-525.147.05-529.19/Guest_Drivers
    get nvidia-linux-grid-525_525.147.05_amd64.deb
  3. Install the driver in the virtual machine guest operation system. i.e. on Ubuntu:

    Code Block
    apt install dkms
    dpgkdpkg -i nvidia-linux-grid-525_525.147.05_amd64.deb

...