Closed johnwchambers closed 1 year ago
So I bypassed the error by adding the following into the list of GPU cards. I'm assuming that since the GTX 1060 is the same family as the P2000 that it had to be the same GPU type.
'Quadro P2000') gpu_type=1;;
However, now I've ran into another error, the following:
Building ffmpeg - version 963937e
====================================
Downloading "https://git.ffmpeg.org/gitweb/ffmpeg.git/snapshot/963937e408fc68b5925f938a253cfff1d506f784.tar.gz" saving as "ffmpeg-963937e.tar.gz"
Download Completed
File extracted: ffmpeg-963937e.tar.gz
ERROR: libssh not found using pkg-config
Resolved the above error by installing the libssh-dev package and then re-running the build script.
Nice job figuring that out. I will add this to the script. Thank you!
I have a NVIDIA Quadro P2000 card that is not detected. The script is running through just fine and then errors out with the following:
Unable to define the variable "gpu_type" in the function "gpu_arch_fn":Line 548.
My nvidia-smi output is below: