cmake(ci): Fix centos python build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM ortools/cmake:centos_swig AS env
|
||||
ENV PATH=/root/.local/bin:$PATH
|
||||
RUN dnf -y update \
|
||||
&& dnf -y install python3.11-devel python3.11-numpy \
|
||||
&& dnf -y install python3.11-devel python3.11-numpy python3.11-pip \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/dnf
|
||||
RUN python3.11 -m pip install absl-py mypy-protobuf pandas
|
||||
|
||||
Reference in New Issue
Block a user