cos-gpu-installer: fall back to R470 on K80 GPU

R470 is the last driver family supporting K80 GPU devices.
If a newer version is used with K80, the installer will automatically
fall back to R470 version.

Logs when fallback happens: https://paste.googleplex.com/6419100317253632

BUG=b/240587402
TEST=run on VMs with K80

Change-Id: I044b147c77179d6a893f11e155c675755d9c5beb
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/36594
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Tested-by: He Gao <hegao@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Arnav Kansal <rnv@google.com>
2 files changed
tree: 5df9246d1d1ae67a3e611914059b1d8f217d7bd1
  1. release/
  2. src/
  3. testing/
  4. .gitignore
  5. BUILD.bazel
  6. cloudbuild.yaml
  7. CONTRIBUTING.md
  8. deps.bzl
  9. go.mod
  10. go.sum
  11. LICENSE
  12. README.md
  13. run_tests.sh
  14. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.