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

Access error to google cloud storage bucket for installing gpu driver #89

Open
totaloncue opened this issue Feb 2, 2022 · 6 comments
Open

Comments

@totaloncue
Copy link

When trying to install the GPU driver on an N1 instance with Tesla T4 GPU Virtual Workstation on Google Cloud, I receive the following error:

"This GPU (NVIDIA Tesla T4) requires a private driver downloaded from the Google Support Site
invoke-webrequest : AccessDeniedAccess denied.Anonymous caller does not have storage.objects.list access to the Google
Cloud Storage bucket.
At C:\ProgramData\ParsecLoader\GPUUpdaterTool.ps1:264 char:38

  • ... ver =([xml](invoke-webrequest -uri https://storage.googleapis.com/nvi ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
      eption
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
      You cannot call a method on a null-valued expression.
      At C:\ProgramData\ParsecLoader\GPUUpdaterTool.ps1:265 char:9
  •     $googlestoragedriver.split('/')[2].split('_')[0]
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : InvokeMethodOnNull
      "

Any help in resolution appreciated

@JPEWdev
Copy link

JPEWdev commented Feb 4, 2022

I was able to get Parsec working by manually installing the Google Cloud GRID drivers, as described here: https://cloud.google.com/compute/docs/gpus/install-grid-drivers#grid-driver-windows

@totaloncue
Copy link
Author

Thank you. I was able to get it working with manual installation of the GRID drivers as explained above as well. I am still not sure why the script did or does not work.

@Suhail
Copy link

Suhail commented Feb 28, 2022

Same issue:
image

@TheNoobsQuest
Copy link

Same issue happened to me, both in GCP and AWS EC2 g4dn instances. AWS error was obviously not the same but it occured at the exact same location with a similar reason (some permission denied problem).

@maxpain
Copy link

maxpain commented Dec 8, 2022

The same problem

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

5 participants