Determining the Available GPU Drivers
Determining the GPU drivers allows you to confirm the availability of a GPU and driver version for a particular compute. This applies to both gear compute or JupyterLab compute.
Determining GPU Drivers in Gear Compute
-
Look for an installed gear called Flywheel Nvidia CUDA Test on the site. If it does not exist on the site, the gear can be installed from the Flywheel Gear Exchange: Flywheel Nvidia CUDA Test. For installation, use
fw beta install
-
Run this gear using the appropriate gear tags to route the gear to a GPU Engine. This gear will output the NVIDIA driver information by running
nvidia-smi
on the VM. -
Review the gear log to determine whether the driver is installed. A failed run means no GPU driver and/or GPU. A successful run will provide the GPU name, specifications, driver version, and CUDA compatibility version of the driver.
Info
For gear compute, the latest NVIDIA Data Center driver as recommended by Ubuntu for the VM hardware is installed at the time the VM is created.
Determining GPU Drivers in JupyterLab Servers
-
Launch the Notebook using a compute that has GPU support.
-
Open a terminal window using the JupyterLab terminal option.
-
On the command line run
nvidia-smi
-
Review the output of the command. If it fails, it means there is no GPU driver and/or GPU. A successful run will provide the GPU name, specifications, driver version, and CUDA compatibility version of the driver.
Contact Support
Site Admins should contact Flywheel support by submitting a ticket or emailing us at support@flywheel.io.