Skip to content

Commit

Permalink
Merge pull request #1274 from tlestang/develop
Browse files Browse the repository at this point in the history
Switch to manylinux2014
  • Loading branch information
tlestang authored Jan 8, 2021
2 parents 943f418 + ec5e88d commit a15ba7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_manylinux_wheels/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM quay.io/pypa/manylinux2010_x86_64:2020-05-29-c06f15c
FROM quay.io/pypa/manylinux2014_x86_64:2020-11-11-bc8ce45

ENV PLAT manylinux2010_x86_64
ENV PLAT manylinux2014_x86_64

RUN yum -y update
RUN yum -y remove cmake
RUN yum -y install wget openblas-devel
RUN /opt/python/cp37-cp37m/bin/pip install --upgrade pip cmake
Expand Down

0 comments on commit a15ba7c

Please sign in to comment.