Skip to content

Commit 81bd2f4

Browse files
committed
[gpu] Exercise new template-generated GPU driver installer
1 parent 43232b2 commit 81bd2f4

4 files changed

Lines changed: 482 additions & 521 deletions

File tree

cloudbuild/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ RUN /usr/bin/curl -s https://bazel.build/bazel-release.pub.gpg | \
2222
dd of="${bazel_repo_file}" status=none && \
2323
apt-get update -qq
2424
RUN apt-get autoremove -y -qq > /dev/null 2>&1 && \
25-
apt-get install -y -qq default-jdk python3-setuptools bazel-${bazel_version} > /dev/null 2>&1 && \
25+
apt-get install -y -qq default-jdk python3-setuptools bazel-${bazel_version} \
26+
libtemplate-perl > /dev/null 2>&1 && \
2627
apt-get clean
2728

2829
# Set bazel-${bazel_version} as the default bazel alternative in this container

0 commit comments

Comments
 (0)