Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Uprev cos-gpu-installer to support new COS versions.
Browse files Browse the repository at this point in the history
Also update WORKSPACE to resolve build failure. Failure had the
following error:

INFO: Call stack for the definition of repository 'package_bundle' which is a _dpkg_list (rule definition at /builder/home/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/external/distroless/package_manager/dpkg.bzl:19:14):
- /builder/home/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/external/distroless/package_manager/dpkg.bzl:74:3
- /workspace/WORKSPACE:173:1
ERROR: An error occurred during the fetch of repository 'package_bundle':
sequence element must be a string (got 'path'). See bazelbuild/bazel#7802 for information about --incompatible_string_join_requires_strings.
  • Loading branch information
rkolchmeyer committed Aug 7, 2019
1 parent 50054e2 commit dcbfea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ http_archive(

http_archive(
name = "distroless",
sha256 = "87a4d176bf4ceb78f23fe2547cb79dd41b537dcdf477e6da548d3001acb0f47b",
strip_prefix = "distroless-a4fd5de337e31911aeee2ad5248284cebeb6a6f4",
urls = ["https://github.com/GoogleContainerTools/distroless/archive/a4fd5de337e31911aeee2ad5248284cebeb6a6f4.tar.gz"],
sha256 = "14834aaf9e005b9175de2cfa2b420c80778880ee4d9f9a9f7f385d3b177abff7",
strip_prefix = "distroless-fa0765cc86064801e42a3b35f50ff2242aca9998",
urls = ["https://github.com/GoogleContainerTools/distroless/archive/fa0765cc86064801e42a3b35f50ff2242aca9998.tar.gz"],
)

load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
Expand Down
2 changes: 1 addition & 1 deletion data/builtin_build_context/install_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set -o errexit
export NVIDIA_DRIVER_VERSION={{.NvidiaDriverVersion}}
export NVIDIA_DRIVER_MD5SUM={{.NvidiaDriverMd5sum}}
export NVIDIA_INSTALL_DIR_HOST={{.NvidiaInstallDirHost}}
export COS_NVIDIA_INSTALLER_CONTAINER=gcr.io/cos-cloud/cos-gpu-installer:v20190523
export COS_NVIDIA_INSTALLER_CONTAINER=gcr.io/cos-cloud/cos-gpu-installer:v20190806
export NVIDIA_INSTALL_DIR_CONTAINER=/usr/local/nvidia
export ROOT_MOUNT_DIR=/root

Expand Down

0 comments on commit dcbfea3

Please sign in to comment.