Install drivers for NVIDIA RTX Virtual Workstations (vWS)


If you need GPUs for hardware accelerated graphics on a remote desktop or for gaming, you can create virtual workstations that use NVIDIA RTX Virtual Workstations (vWS) (formerly known as NVIDIA GRID).

NVIDIA RTX Virtual Workstations (vWS) are ideal for running workloads that use APIs such as Vulkan, OpenGL, or Direct3D on a cloud remote desktop.

When you select a GPU for a virtual workstation, Compute Engine adds an NVIDIA RTX Virtual Workstation (vWS) license to your VM. For more information about pricing, see GPU pricing.

To set up an NVIDIA RTX Virtual Workstation (vWS), you need to do the following:

  1. Create a VM with virtual workstation enabled.
  2. Install a driver for the virtual workstation.

After you create your virtual workstation, you can connect to it using a remote desktop protocol such as Teradici® PCoIP or VMware® Horizon View.

Before you begin

  • If you haven't already, set up authentication. Authentication is the process by which your identity is verified for access to Google Cloud services and APIs. To run code or samples from a local development environment, you can authenticate to Compute Engine as follows.

    Select the tab for how you plan to use the samples on this page:

    Console

    When you use the Google Cloud console to access Google Cloud services and APIs, you don't need to set up authentication.

    gcloud

    1. Install the Google Cloud CLI, then initialize it by running the following command:

      gcloud init
    2. Set a default region and zone.

    REST

    To use the REST API samples on this page in a local development environment, you use the credentials you provide to the gcloud CLI.

      Install the Google Cloud CLI, then initialize it by running the following command:

      gcloud init

Required NVIDIA driver versions

For NVIDIA RTX Virtual Workstation (vWS) running on Compute Engine, the following NVIDIA driver versions are recommended:

  • For L4 NVIDIA RTX Virtual Workstations (vWS):
    • Linux : 525.105 or later
    • Windows : 537.13 or later
  • For T4, P4, and P100 NVIDIA RTX Virtual Workstations (vWS):
    • Linux : 470.63.01 or later
    • Windows : 471.68 or later

Install driver for the NVIDIA RTX Virtual Workstation (vWS)

Complete the following steps on your VM.

  1. For Linux operating systems, install the build tools for your Linux version.

    Debian/Ubuntu

    sudo apt install build-essential

    CentOS/RHEL

    sudo yum group install "Development Tools"

    SLES

    • SLES 12

      sudo zypper install -t pattern devel_basis
      sudo zypper install gcc8
    • SLES 15

      sudo SUSEConnect -p sle-module-development-tools/15/x86_64
      sudo zypper install gcc8 
  2. For Linux operating systems, install the Linux kernel headers. See Verify the System has the Correct Kernel Headers and Development Packages Installed in the Nvidia documentation.

  3. For all operating systems, install drivers.

    Linux

    1. Download the driver. For a full list of NVIDIA RTX Virtual Workstation (vWS) drivers that you can use on Compute Engine, see Drivers for the NVIDIA RTX Virtual Workstation (vWS).

      For example, to download the NVIDIA 550.54.14 driver, run the following command:

      curl -O https://storage.googleapis.com/nvidia-drivers-us-public/GRID/vGPU17.0/NVIDIA-Linux-x86_64-550.54.14-grid.run
      
    2. Start the installer.

      For example, to start the NVIDIA 550.54.14 driver, run the following command:

      sudo bash NVIDIA-Linux-x86_64-550.54.14-grid.run
    3. During the installation, choose the following options:

      • If you are prompted to install 32-bit binaries, select Yes.
      • If you are prompted to modify the x.org file, select No.

    Windows Server

    1. Depending on your version of Windows Server, download the required NVIDIA RTX Virtual Workstation (vWS) drivers.

      For a full list of NVIDIA RTX Virtual Workstation (vWS) drivers that you can use on Windows VMs that are running on Compute Engine, see Drivers for the NVIDIA RTX Virtual Workstation (vWS).

    2. Run the installer, and choose the Express installation.

    3. After the installation is complete, restart the VM. When you restart, you are disconnected from your session.

    4. Reconnect to your instance using RDP or a PCoIP client.

  4. This step is only required for Linux-based NVIDIA RTX Virtual Workstation (vWS) with attached T4 or L4 GPUs.

    If you installed an NVIDIA 510 or later driver, you need to disable the GSP firmware. See Disabling GSP Firmware in the Nvidia documentation. When completing this step, keep the following in mind:

    • Use sudo to run the commands to create and update the configuration file.
    • To reboot the VM, you can use sudo reboot or stop and start the VM.

Verify that the driver is installed

Linux

Run the following command:

nvidia-smi

The output of the command looks similar to the following:

+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.54.14              Driver Version: 550.54.14      CUDA Version: 12.4     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  Tesla T4                       On  |   00000000:00:04.0 Off |                    0 |
| N/A   62C    P0             28W /   70W |       0MiB /  15360MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|  No running processes found                                                             |
+-----------------------------------------------------------------------------------------+

Windows Server

  1. Connect to your Windows instance using RDP or a PCoIP client.

  2. Right-click the desktop, and select NVIDIA Control Panel.

  3. In the NVIDIA Control Panel, from the Help menu, select System Information. The information shows the GPU that the VM is using, and the driver version.

What's next?