Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect the correct nvidia lib path for modern ubuntu systems (#646)
To enable GPU extensions, previously either /usr/local/nvidia/lib64 (for dockers) or /usr/lib/nvidia-\d\d\d needed to exist, but in most of the modern debian and ubuntu systems, the nvidia libraries are actually installed under the path /usr/lib/nvidia. The commit corrects the path to nvidia library path so that GPU extensions can be installed without any hacky workarounds.
- Loading branch information