sudo sh cuda_9.0.176_384.81_linux.run

7,255

Unfortunately the guideline in nvidia website mentions .run while it is -run in the file you download. trying following would solve the problem:

sudo sh cuda_9.0.176_384.81_linux-run
Share:
7,255

Related videos on Youtube

GOPAL SINGH
Author by

GOPAL SINGH

Updated on September 18, 2022

Comments

  • GOPAL SINGH
    GOPAL SINGH over 1 year

    I am trying to install CUDA from cuda_9.0.176_384.81_linux.run file. I ran this command in Ubuntu 16.04.

    sudo sh cuda_9.0.176_384.81_linux.run
    

    When I ran the above command, I got the following error message.

    sh: 0: Can't open cuda_9.0.176_384.81_linux.run
    
    • John Orion
      John Orion over 6 years
      you can try opening a terminal and changing directories to where the file is located .. then try sudo ./cuda_9.0.176_384.81_linux.run maybe that will work