-
Notifications
You must be signed in to change notification settings - Fork 41
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
Getting error in loading shared libraries #8
Comments
@razapk export LD_LIBRARY_PATH="/usr/local/cuda/compat:${LD_LIBRARY_PATH}" inside the container Alternatively, you may add the following line to the runtime container; put it in the end
note you will need to build your own container with this method:
you may replace the I am hesitant to PR this and will play with it a bit more first. |
Hello, I'm getting the same error as above: After running: Thanks for your help, |
@razapk @dannje In dannje's command, it seems that you are using Windows. |
@daisukekobayashi
|
I got it working @daisukekobayashi I was on Windows 10 attempting to use WSL which doesn't have CUDA. I needed to install WSL2 and that worked. 👍 |
Hi,
I am getting the following error:
My Dockerfile looks like:
Thanks in advance,
Raza
The text was updated successfully, but these errors were encountered: