cos-gpu-installer: fix precompiled GPU driver and signature location

The precompiled driver and signature are being fetched from <build-dir>.
They need to be fetched from <build-dir>/extensions/gpu where the
precompiled runfile and the signature archive will be available.

BUG=b/296482927
TEST=install GPU drivers on image from go/cos-rev/55452.

Change-Id: Id5eddf554ff79dfae77d1108aff16992c9d90767
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/55450
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Oleksandr Tymoshenko <ovt@google.com>
Tested-by: Arnav Kansal <rnv@google.com>
3 files changed
tree: d641209fcc96f7cd6f310f5b8a8ee4ea6a325007
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. .gitignore
  6. BUILD.bazel
  7. cloudbuild.yaml
  8. CONTRIBUTING.md
  9. deps.bzl
  10. go.mod
  11. go.sum
  12. LICENSE
  13. README.md
  14. run_tests.sh
  15. 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.