-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG] CUDA failed with error CUDA driver version is insufficient for CUDA runtime version #25
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
I have a similar issue. Any ideas? |
same here. |
Had the same error. In my case I started the docker container with a services:
faster-whisper:
runtime: nvidia but I was not exposing the nvidia gpu. Adding the following section fixed the issue for me: services:
faster-whisper:
runtime: nvidia
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu] |
This fixed it for me, thanks! |
I am getting the same issue with Unraid. I attempted the "--gpus=all" parameter, but still no luck. |
Is there an existing issue for this?
Current Behavior
When running the gpu tagged image, I get an error in the container that the CUDA driver version is insufficient for CUDA runtime version.
But unless I am mistaken, the image uses cudnn-cu12 and cublas-cu12, which should be compatible with NVIDIA-SMI 550.120 Driver Version: 550.120 CUDA Version: 12.4 that I run
Any ideas?
Expected Behavior
No response
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: