-
Notifications
You must be signed in to change notification settings - Fork 36
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
cuda toolkit not installed for user #198
Comments
I am attempting to get gstreamer's To list the elements available I run
i.e. After doing the workaround from the top comment, I see that EDIT: |
For those who are attempting to do this now, you should know that you have to use the version of CUDA that is appropriate for both your GPU driver's version and the version of CUDA that your GPU supports. For example, as of writing, the GTX 1650 SUPER supports CUDA 12.6 and is on driver version 560.35.03. That means, you have to use:
Keep in mind that, if your GPU supports 12.6, then it supports any 12.6.x version, and thus you should download the highest 12.6.x version you can get. You should format the rest of the commands as follows:
You may notice that last two commands don't include Like @81reap says, you should add the last two commands to your .bashrc file. This is located in your Home directory in Dolphin File Explorer. If you can't see it, enable Show Hidden Files. Remember: this is different for each GPU, use |
Steps To Recreate
bazzite-nvidia
.nvcc --version
. It will fail to find the command.Expected Behavior
rpm-ostree
andnvidia-smi
show that cuda and cuda toolkit should be installed, howevernvcc --version
fails to work.Hardware
B550I Aurus Pro AX
AMD Ryzen 7 5700G
Nvidia RTX 4000 SFF Ada Gen
2x32GB @ 3200 MHz
2TB NVME Drive
Setup Notes
The Workaround
note :: The workaround does not fix the issue for podman containers running with CDI. Any cuda required workloads will have to be run in the userspace.
note :: you may need to change the cuda version in these commands. See here
Related Issues
The text was updated successfully, but these errors were encountered: