HI,
If i set nvidia_driver_ubuntu_branch: 455 i get No package matching 'nvidia-headless-455-server' is available? (should this be trying to install something that doesn't exist?)
and 450 is installed not 455? I'm running this on k3s on docker and using ansible-role-nvidia-docker to setup that up. I need Nvidia's Triton Infernece Server 20.11 which needs CUDA 11.1 and thus minimum 455 drivers. I can't use 460 because the Nvidia k8s-device-plugin breaks.
So i'm stuck between a rock and a hard place. If i could get 455 drivers working here then I'd be OK (for now). Is this possible with this role?
HI, If i set
nvidia_driver_ubuntu_branch: 455
i getNo package matching 'nvidia-headless-455-server' is available
? (should this be trying to install something that doesn't exist?)If i try also setting:
and 450 is installed not 455? I'm running this on k3s on docker and using ansible-role-nvidia-docker to setup that up. I need Nvidia's Triton Infernece Server 20.11 which needs CUDA 11.1 and thus minimum 455 drivers. I can't use 460 because the Nvidia k8s-device-plugin breaks.
So i'm stuck between a rock and a hard place. If i could get 455 drivers working here then I'd be OK (for now). Is this possible with this role?