Skip to content
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

Vulkan installation #3556

Closed
AnukritiSinghh opened this issue Apr 5, 2023 · 5 comments
Closed

Vulkan installation #3556

AnukritiSinghh opened this issue Apr 5, 2023 · 5 comments

Comments

@AnukritiSinghh
Copy link

AnukritiSinghh commented Apr 5, 2023

Describe the current behavior
The command !sudo apt install -y vulkan-tools is not working correctly anymore on colab, it is throwing error related to compatibility issue. It was working the night before but now the GPU drivers are not supporting vulkan, which is very shocking
Cannot create Vulkan instance. This problem is often caused by a faulty installation of the Vulkan driver or attempting to use a GPU that does not support Vulkan. /build/vulkan-tools-KEbD_A/vulkan-tools-1.2.131.1+dfsg1/vulkaninfo/vulkaninfo.h:371: failed with ERROR_INCOMPATIBLE_DRIVER

Describe the expected behavior
The vulkan tools should have been installed correctly

What web browser you are using
Chrome

@AnukritiSinghh
Copy link
Author

The solution mentioned in #3302 is not working anymore. That was my issue,
that it changed overnight. And I am confused if any updates in
the driver caused this.

You can reproduce this by first installing and then trying vulkaninfo

@mayankmalik-colab
Copy link
Contributor

mayankmalik-colab commented Apr 6, 2023

!sudo apt install -y vulkan-tools is working fine on a new notebook. Can you share a sample of code that was working before and is not working anymore?

@AnukritiSinghh
Copy link
Author

Sure, here are the two screenshots

image
image

@mayankmalik-colab
Copy link
Contributor

mayankmalik-colab commented Apr 6, 2023

Can you also install apt-get install libnvidia-gl-525 and try again. I just did and it is working now. Let me know if this works.

@AnukritiSinghh
Copy link
Author

AnukritiSinghh commented Apr 6, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants