-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CUDA version problem in container #1259
Comments
I have the same issue: |
What GPU are you using? |
I am using an A2000, but it turns out this had nothing to do with it, the graphics card was not correctly attached in my case. I was using podman play kube and didn't configure it properly.
in a kubernetes manifest using the nvidia k8s plugin its
|
RTX 3090 FE |
same here |
This worked for me: #1259 (comment) Unsure why it requires these requests. Other services can access it without it. |
I'm running the linuxserver/faster-whisper:gpu container within my k8s cluster.
Container runtime is nvidia, GPU is correctly attached.
Error:
RuntimeError: CUDA failed with error CUDA driver version is insufficient for CUDA runtime version
Driver information on the host:
NVIDIA-SMI 550.144.03 Driver Version: 550.144.03 CUDA Version: 12.4
The text was updated successfully, but these errors were encountered: