Nvidia GPU in a VM ..added the extension

Zeus G 20 Reputation points
2023-12-05T09:50:40.6866667+00:00

hello all,

Is there a trick to getting the GPU working ?

I have added the extension and the machine is been "installing" the extension for a long time

anyone using these and knows .. I am using ubuntu 22.04 on NV machine

cheers

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,729 questions
{count} votes

Accepted answer
  1. vipullag-MSFT 26,481 Reputation points
    2023-12-07T05:17:15.8833333+00:00

    Hello Zeus G

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    Thanks for sharing the link of the document and the details of VM OS and version.

    This could be an issue with Azure Portal refresh. I would suggest you to try and restart the VM and see if that helps.

    Also, you can try to check the status of the extension by running below command:

    az vm extension list --resource-group <resource-group-name> --vm-name <vm-name> --show-details --query "[].{Name:name, ProvisioningState:provisioningState, Status:instanceView.statuses[0].displayStatus}" --output table

    This will show you the status of all extensions installed on the VM. Look for the extension you're trying to install and check its provisioning state and status. If the provisioning state is "Failed" or "Canceled", there may be an issue with the extension installation.

    Hope this helps.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. JimmySalian-2011 42,451 Reputation points
    2023-12-05T16:19:01.1166667+00:00

    Hi Zeus

    It seems that Linux/Ubuntu is not supported for NVIDIA GPU check this article and pre-reqs for the supported OS.

    Hope this helps.

    JS

    ==

    Please Accept the answer if the information helped you. This will help us and others in the community as well.


  2. Zeus G 20 Reputation points
    2023-12-05T18:42:16.04+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.