Skip to content
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

Open
gyurobenjamin opened this issue Feb 27, 2025 · 6 comments
Open

CUDA version problem in container #1259

gyurobenjamin opened this issue Feb 27, 2025 · 6 comments

Comments

@gyurobenjamin
Copy link

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

@lord0gnome
Copy link

I have the same issue:
| NVIDIA-SMI 570.124.04 Driver Version: 570.124.04 CUDA Version: 12.8 |
I updated cuda and my display drivers from version 550~ and cuda 12.4 and I still have the same error.

@MahmoudAshraf97
Copy link
Collaborator

What GPU are you using?

@lord0gnome
Copy link

lord0gnome commented Mar 1, 2025

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 podman play kube it's

resources:
  requests:
    nvidia.com/gpu=0: 1

in a kubernetes manifest using the nvidia k8s plugin its

resources:
  requests:
    nvidia.com/gpu: 1

@gyurobenjamin
Copy link
Author

What GPU are you using?

RTX 3090 FE

@kds69
Copy link

kds69 commented Mar 5, 2025

same here
RTX 3090 MSI

@gyurobenjamin
Copy link
Author

same here RTX 3090 MSI

This worked for me: #1259 (comment)

Unsure why it requires these requests. Other services can access it without it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants