Skip to content

Commit c98f026

Browse files
fredrectensorflower-gardener
authored andcommitted
Add python3-virtualenv as dependency for the CI scripts
PiperOrigin-RevId: 419383597
1 parent 0821ef1 commit c98f026

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/kokoro/gcp_ubuntu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN apt-get update -y
3838
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
3939
python3 \
4040
python3-pip \
41+
python3-virtualenv \
4142
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10
4243

4344
# Install Bazel.

0 commit comments

Comments
 (0)