-
Notifications
You must be signed in to change notification settings - Fork 99
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
Cannot create Vulkan instance on Ubuntu-16.04 host with nvidia-418 driver #131
Comments
Edit sudo nano /usr/share/vulkan/icd.d/nvidia_icd.json {
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "libGLX_nvidia.so.0",
"api_version" : "1.1.95"
}
} |
No. |
I was able to figure out how to get vulkan drivers to work from within an Ubuntu-16.04 NVIDIA GPU accelerated docker container with two Titan-V GPUs connected to the host system. The should should help fix issue #65. In addition to creating the This will allow Additionally, running wget http://us.download.nvidia.com/XFree86/Linux-x86_64/418.56/NVIDIA-Linux-x86_64-418.56.run
NVIDIA-Linux-x86_64-418.56.run --extract-only
sudo cp NVIDIA-Linux-x86_64-418.56/libnvidia-glvkspirv.so.418.56 /usr/lib/x86_64-linux-gnu/ |
I am encountering an issue with getting the vulkan drivers to work properly on a new Ubuntu-16.04 host with nvidia-418 drivers:
The text was updated successfully, but these errors were encountered: