GoogleCloudPlatform / compute-gpu-installation

Apache License 2.0
77 stars 35 forks source link

Add CUDA installation to the Linux script #6

Closed m-strzelczyk closed 5 months ago

m-strzelczyk commented 2 years ago

We need to be able to install CUDA with the Linux script. This was lost when #4 got fixed, but would be great to have again.

jimmyorourke commented 2 years ago

This should be fixable by installing the CUDA toolkit, not just the driver, ie https://developer.nvidia.com/cuda-11-4-4-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=runfile_local.

https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html

I had mentioned this to Spencer but I guess it didn't get passed along.

m-strzelczyk commented 5 months ago

This is now done :D https://github.com/GoogleCloudPlatform/compute-gpu-installation/releases/tag/cuda-installer-v1.0.0