-
Notifications
You must be signed in to change notification settings - Fork 151
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
Driver upgrade is not possible #200
Comments
@adityapatadia Did you figure out a way to do upgrade driver versions? I'm having the same issue. |
For anyone that finds themselves with this problem, you can untie your CUDA driver version from your COS version with the following steps:
Other notes: It may be possible to directly specify the driver url with versions found under |
Where can we find information on how to control driver and cuda version? This becomes really challenging, given no information for deploying gpus in gke( |
We are using this guide to install drivers: https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#installing_drivers
Now, the drivers for COS are locked and it always installs
450.119.04
. We want to upgrade driver to version460.32.03
because https://github.com/FFmpeg/nv-codec-headers needs driver version 455.28 or newer.How can we upgrade driver version?
The text was updated successfully, but these errors were encountered: