-
Notifications
You must be signed in to change notification settings - Fork 91
microsoft-dsvm:ubuntu-hpc:2204:latest doesn't work with Standard_NV72ads_A10_v5 #398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The latest HPC image doesn't support A10 series due to GPU driver mismatch. Could you please try this image instead?
|
@darkwhite29 I tried with that image but still got the same error :(
|
This is the installed version
|
In our HPC images, we install public GPU drivers (for CUDA) from NVIDIA website to support datacenter GPU SKUs (NC and ND series), which don't work for A10 SKUs. You need to manually install NVIDIA GRID driver, a unified driver for both graphics and CUDA. NVIDIA GRID drivers can be found here: https://docs.nvidia.com/vgpu/ |
So that means NV A10 SKUs is currently not supported? So I'd need to file a feature request for that or is it completely out of scope? |
It's out of scope -- we don't support NV series GPUs. We only own support for NC/ND. NV series owners: PM (Vijay Kanchanahalli), dev (Ray Jui-Hao Chiang) |
I'm trying to create a VM for GPU workload using microsoft-dsvm:ubuntu-hpc:2204:latest and VM Size Standard_NV72ads_A10_v5. This is the command used to create the VM:
However, when I ssh into the vm to run the command
nvidia-smi
, got I this error:Isn't the image supposed to install NVIDIA driver already? The same image works fine with VM Size Standard_NC96ads_A100_v4.
The text was updated successfully, but these errors were encountered: