-
Notifications
You must be signed in to change notification settings - Fork 172
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
Comments
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 |
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. |
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). |
The same problem |
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
eption
You cannot call a method on a null-valued expression.
At C:\ProgramData\ParsecLoader\GPUUpdaterTool.ps1:265 char:9
"
Any help in resolution appreciated
The text was updated successfully, but these errors were encountered: