This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logic for driver URL calculation
Found all the drivers availble in the google storage buckets using: `gsutil ls -r gs://nvidia-drivers-us-public/ | grep -E -i -v 'sha256|.gcmanifest|GRID' | grep ".run" | sort | uniq -u` The driver URL logic method has been retro fitted to retrieve all versions availble in the storage bucket.
- Loading branch information