Skip to content

Commit 9e188a9

Browse files
committed
[CI] install cmake for cpu_tests
1 parent 78efb3f commit 9e188a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/docker/cpu_tests.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ RUN python -m pip install --upgrade protobuf==3.19.6
1111
COPY tools/docker/install/install_bazel.sh ./
1212
RUN ./install_bazel.sh $USE_BAZEL_VERSION
1313

14+
RUN apt-get update && apt-get install -y sudo rsync cmake
15+
1416
COPY requirements.txt ./
1517
RUN pip install -r requirements.txt
1618

0 commit comments

Comments
 (0)