You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not related to this steps specifically, but maybe somone has an idea. I have already everything install before, but I think there are conflicts. I tried to build the apex repo from nvidia for example but I get the error error: command '/usr/bin/nvcc' failed with exit status 1
$nvidia-smi
NVIDIA-SMI 450.80.02 Driver Version: 450.80.02 CUDA Version: 11.0
nvidia-smi shows cuda version of 11.0, nvcc -V gives 9.1 and I am using 10.0 from PyTorch. Maybe I got the wrong driver ?
Also I see that the path of nvcc is /usr/bin/nvcc souldnt it be something like this /usr/cuda/bin/nvcc
Any ideas on the source of this error error: command '/usr/bin/nvcc' failed with exit status 1 ?
Any chance of this working on 24.04? Trying to get my Quadro P4000 working in Ubuntu 24.04 to use for Plex transcoding and, well, it's not too happy without CUDA.
Any chance of this working on 24.04? Trying to get my Quadro P4000 working in Ubuntu 24.04 to use for Plex transcoding and, well, it's not too happy without CUDA.
If Plex will work with such an old version of CUDA, it might be worth trying if you can't get newer versions working. Let us know how it goes if you give it a try!
Any chance of this working on 24.04? Trying to get my Quadro P4000 working in Ubuntu 24.04 to use for Plex transcoding and, well, it's not too happy without CUDA.
If Plex will work with such an old version of CUDA, it might be worth trying if you can't get newer versions working. Let us know how it goes if you give it a try!
I spent the better part of 6+ hours yesterday trying to get it to work and I couldn't get CUDA to properly install on the system. I was able to get the 390 drivers working, and nvidia-smi showed the card, but without CUDA or the toolkit installed it was all but useless on the system.
I'm gonna end up selling the P4000 and going with the GTX 1650 that I have in another system instead. It has more modern drivers and should more easily work.
Thanks for the reply though! I wished I could have got the P4000 working, it would have been killer for Plex transcoding lol.
sudo update-alternatives --set g++ /usr/bin/g++-6