Parsec-Cloud-Preparation-Tool
Parsec-Cloud-Preparation-Tool copied to clipboard
Access error to google cloud storage bucket for installing gpu driver
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
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:
I fixed my issue by downloading: https://storage.googleapis.com/nvidia-drivers-us-public/GRID/GRID13.1/472.39_grid_win10_win11_server2016_server2019_server2022_64bit_international.exe
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