Hi @Robin Allen,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
We have observed that you are encountering the error message "modprobe: ERROR: could not insert 'nvidia': No such device." This suggests that the NVIDIA driver may not be installed properly, or the system is failing to recognize the GPU.
Extension installs NVIDIA GPU drivers on Linux N-series virtual machines (VMs). Depending on the VM family, the extension installs CUDA or GRID drivers. Ensure that you are using a compatible VM size that supports NVIDIA GPUs.
To verify that the system has a CUDA-capable GPU, run the following command: lspci | grep -i NVIDIA.
If there is no output, it means the GPU is not recognized by the system. If the GPU is detected, but the drivers are not functioning, you may need to reinstall the NVIDIA drivers.
Still if you are facing the same issue, I would recommend you Disable Nouveau.
If you have any further queries, do let us know.