Unable to install CUDA 11.8, driver 525, and cuDNN 8.9 on Ubuntu 22.04 LTS with an A5000 GPU #518
Unanswered
tomervazana
asked this question in
Q&A
Replies: 1 comment
-
Hi, sorry for late reply. You should be able to use any driver version newer than CUDA 11.8/r525, but still stay on an older CUDA version. If you can use conda, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm aiming to operationalize the Hailo AI software suite on my Ubuntu 22.04 LTS with an A5000 GPU. Hailo’s platform mandates CUDA 11.8, driver 525, and cuDNN 8.9. However, apt consistently installs the 535 driver and CUDA 12.2 (as per nvidia-smi). Attempts to manually revert to CUDA 11.8 resulted in a non-functional nvidia-smi.
My objective is to either successfully downgrade or spin up an alternate environment that aligns precisely with Hailo’s specs. Any insight or proven methodology on safely maintaining multiple driver/CUDA configurations or pinning specific package versions would be greatly appreciated. I'm looking for a stable path to meet immediate project milestones without compromising broader system integrity.
Thank you in advance for your recommendations and support!
Beta Was this translation helpful? Give feedback.
All reactions