cuda-toolkit icon indicating copy to clipboard operation
cuda-toolkit copied to clipboard

Error: File /var/log/cuda-installer.log does not exist when installer an older cuda

Open fangq opened this issue 1 year ago • 4 comments

thanks for developing this action script!

I spent the past few hours trying to use it for one of my CUDA projects. I found two issues and would like to see if there is a workaround

  1. I kept getting an error (Error: Error: File /var/log/cuda-installer.log does not exist) at the end of the cuda installation, see https://github.com/fangq/mcx/actions/runs/4401047764/jobs/7706904559. I even forked this repo and removed the artifact uploading code inside src/installer.ts, yet, it still kept giving me this error. I was trying to install cuda 9.2 for its smaller size. is there a workaround?

  2. the default cuda 12.x is over 4GB in size. when I used the default setting, I got "No space left on device" error, see https://github.com/fangq/mcx/actions/runs/4400016129/jobs/7704933495; same for the the CI tests: https://github.com/fangq/cuda-toolkit/actions/runs/4401127506/jobs/7707048051. what is the most compact installation option? I only need nvcc and libcudart/libcudartstatic for my project.

fangq avatar Mar 13 '23 03:03 fangq