fix centos make docker
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM ortools/make:centos_swig AS env
|
||||
RUN dnf -y update \
|
||||
&& dnf -y install python39-devel python39-numpy python3-pip \
|
||||
&& dnf -y install python3-devel python3-numpy python3-pip \
|
||||
&& dnf clean all \
|
||||
&& rm -rf /var/cache/dnf
|
||||
RUN python3 -m pip install absl-py mypy-protobuf pandas
|
||||
|
||||
Reference in New Issue
Block a user