Skip to content

Commit

Permalink
[gpu] Exercise new template-generated GPU driver installer
Browse files Browse the repository at this point in the history
  • Loading branch information
cjac committed Jan 9, 2025
1 parent 43232b2 commit 81bd2f4
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 521 deletions.
3 changes: 2 additions & 1 deletion cloudbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ RUN /usr/bin/curl -s https://bazel.build/bazel-release.pub.gpg | \
dd of="${bazel_repo_file}" status=none && \
apt-get update -qq
RUN apt-get autoremove -y -qq > /dev/null 2>&1 && \
apt-get install -y -qq default-jdk python3-setuptools bazel-${bazel_version} > /dev/null 2>&1 && \
apt-get install -y -qq default-jdk python3-setuptools bazel-${bazel_version} \
libtemplate-perl > /dev/null 2>&1 && \
apt-get clean

# Set bazel-${bazel_version} as the default bazel alternative in this container
Expand Down
Loading

0 comments on commit 81bd2f4

Please sign in to comment.