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

NVIDIA GPU driver and CUDA toolkit versions in the setup script are incompatible #42

Closed
anihm136 opened this issue Dec 16, 2024 · 2 comments · May be fixed by #43
Closed

NVIDIA GPU driver and CUDA toolkit versions in the setup script are incompatible #42

anihm136 opened this issue Dec 16, 2024 · 2 comments · May be fixed by #43
Assignees

Comments

@anihm136
Copy link

Describe the bug
NVIDIA GPU driver and CUDA toolkit versions in the setup script are incompatible

Environment

  • Operating system: Debian 12
  • Graphics card: NVIDIA T4 GPU (1)
  • Any other important details about your setup: Running on a VM in GCP

To Reproduce
Follow the steps in https://cloud.google.com/compute/docs/gpus/install-drivers-gpu#install-script

It appears the CUDA toolkit version installed (12.5) requires driver version 555.42.02, wherease the script installs driver version 550.90.07. This causes programs compiled with nvcc/ptxas to fail with a 222 error code. Upgrading the NVIDIA driver version to 555.42.02 fixes the issue

@m-strzelczyk
Copy link
Collaborator

@anihm136 I have updated the driver version and CUDA toolkit version and made a new release: https://github.com/GoogleCloudPlatform/compute-gpu-installation/releases/tag/cuda-installer-v1.2.0

Please let me know if that works for you.

@anihm136
Copy link
Author

anihm136 commented Jan 9, 2025

I have tried out the new release and can confirm it works now. This can be closed. Thank you!

@anihm136 anihm136 closed this as completed Jan 9, 2025
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

Successfully merging a pull request may close this issue.

2 participants