-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Topic: Install CUDA for Bend on WLS2 ??? #16
Comments
https://askubuntu.com/questions/1292866/package-dkms-has-no-installation-candidate |
https://gist.github.com/kmhofmann/cee7c0053da8cc09d62d74a6a4c1c5e4 Do what the instructions given in the summary say and add the given directories to your PATH and LD_LIBRARY_PATH. For example by adding the following lines to your .bashrc, .zshrc, or whatever shell you are using: export PATH=/usr/local/cuda-11.0/bin:$PATH |
nvcc |
Check that Nvidia and nvcc are installed ? nvidia-smi |
I am lost.
This video allows to step by step check if the way.
https://youtu.be/JaHVsZa2jTc
The text was updated successfully, but these errors were encountered: