-
Notifications
You must be signed in to change notification settings - Fork 68
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
RuntimeError: CUDA error: no kernel image is available for execution on the device #72
Comments
hi, we provided the dockerfile, you can change the cuda version that's compatible with your GPU and then use that one to build. |
Thanks! I will try a newer cuda version and then update here. Currently I am facing the issue while using the dockerfile provided. #74 |
@aThinkingNeal I am very sorry to bother you, I am also trying to run se3-tracknet right now, but I am not able to build the docker image successfully. the GPU I am using right now is 4090, if you build the docker image successfully, can you please share the dockerfile? I will be grateful. As I am new to docker and not very familiar with this, I keep getting errors while building. |
@aThinkingNeal Best Regards |
@aThinkingNeal I think I managed to create a singularity container that can run at 3080, I can share it if you need it. Best Regards |
Sure :) Thanks in advance : ) |
I am running on a NVIDIA RTX 4070 Ti GPU, using the docker image provided in the repo, the error message is as following:
It seems the only solution here is to update the CUDA version from the one used in the docker image, which is CUDA 10.1 to a higher version which is compatible with the hardware?
Thanks in advance for your help :)
The text was updated successfully, but these errors were encountered: