Skip to content

Unable to install CUDA 11.8, driver 525, and cuDNN 8.9 on Ubuntu 22.04 LTS with an A5000 GPU #518

Answered by leofang
tomervazana asked this question in Q&A
Discussion options

You must be logged in to vote

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, conda create -n my_new_env -c conda-forge cudnn=8.9 cuda-version=11.8 should work, assuming you don't need to build other dependencies from source. You just need to install the driver separately.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by leofang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #515 on March 14, 2025 02:25.