Add a container for COS GPU driver precompilation

cos_gpu_driver_builder will consume inputs as NVIDIA driver identifier and
image / kernel identifiers and output precompiled drivers ready for use by
installation processes(cos_gpu_installer:v2) employed in COS.

BUG=b/238215395

Change-Id: Icb5330337a4ef56902445346804c1b3b6ab0471f
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/34500
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Arnav Kansal <rnv@google.com>
Reviewed-by: He Gao <hegao@google.com>
2 files changed
tree: 84b41f2e79811f7c3553c429596a7f8fd3bb74fa
  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.