From c0e66e1d33a460cd5118d8b7c2c7fc860c932072 Mon Sep 17 00:00:00 2001 From: Jack Mazanec Date: Fri, 29 Oct 2021 16:02:00 -0700 Subject: [PATCH] Update pip so cmake installs on arm (#841) Signed-off-by: John Mazanec --- docker/ci/dockerfiles/ci-runner.centos7.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/ci/dockerfiles/ci-runner.centos7.dockerfile b/docker/ci/dockerfiles/ci-runner.centos7.dockerfile index 6cbc43146c..cb9158c27c 100644 --- a/docker/ci/dockerfiles/ci-runner.centos7.dockerfile +++ b/docker/ci/dockerfiles/ci-runner.centos7.dockerfile @@ -115,6 +115,7 @@ RUN ln -sfn /usr/local/bin/python3.7 /usr/bin/python3 && \ # Add k-NN Library dependencies RUN yum install epel-release -y && yum repolist && yum install openblas-static lapack -y +RUN pip3 install pip==21.3.1 RUN pip3 install cmake==3.21.3 # Change User