Skip to content

Commit

Permalink
Update pip so cmake installs on arm (#841)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 authored Oct 29, 2021
1 parent e2af7eb commit c0e66e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/ci/dockerfiles/ci-runner.centos7.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0e66e1

Please sign in to comment.