Versions Compared

Key

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

...

  1. Navigate to the instance with the GPU driver to be updated
  2. Click on ACTIONS - Run Task.
  3. Search and select the task "Update-GPUVM-Nvidia-xxx.xxx" with the latest version and press EXECUTE
    Image RemovedImage Added
  4. Morpheus will show the progress of this operation.
  5. Once the Task execution has been completed Reboot the instance (Actions→ Restart server) to make effective the new driver.

...

Info

After the reboot, once your instance is running, it should be possible to verify the availability of the GPU and the new driver with the "nvidia-smi" command:

No Format
$> nvidia-smi
WedMon Apr 2328 1712:3948:5927 2025       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570535.124154.0605             Driver Version: 570535.124154.06  05   CUDA Version: 12.82     |
|-----------------------------------------+------------------------+----------------------+
| 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  GRID A100D-1-10C               On  |   00000000:05:00.0 Off |                   On |
| N/A   N/A    P0              N/A  /  N/A  |      0MiB 1MiB /  10240MiB |     N/A      Default |
|                                         |                        |              Enabled |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| MIG devices:                                                                            |
+------------------+----------------------------------+-----------+-----------------------+
| GPU  GI  CI  MIG |                     Memory-Usage |        Vol|      Shared  Shared         |
|      ID  ID  Dev |                       BAR1-Usage | SM     Unc| CE ENC DEC DECOFA JPG OFA  JPG |
|                  |                                  |        ECC|                       |
|==================+==================================+===========+=======================|
|  0    0   0   0  |               1MiB0MiB /  8812MiB  8811MiB  | 14      0 |  1   0    0    0    0 |
|                  |                 0MiB /  4096MiB  |           |                       |
+------------------+----------------------------------+-----------+-----------------------+
                                                                                         
+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   PIDProcess name  Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|  No running processes found                                                             |
+-----------------------------------------------------------------------------------------+


...