make(ci): Fix ubuntu python job
This commit is contained in:
committed by
Corentin Le Molgat
parent
122c411ebb
commit
233126d0ab
@@ -1,11 +1,13 @@
|
||||
FROM ortools/make:ubuntu_swig AS env
|
||||
RUN apt-get update -qq \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq python3-dev python3-pip \
|
||||
python3-wheel python3-venv \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq \
|
||||
python3-dev python3-pip \
|
||||
python3-wheel python3-venv python3-virtualenv \
|
||||
python3-numpy python3-pandas \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
RUN python3 -m pip install absl-py mypy-protobuf
|
||||
RUN python3 -m pip install --break-system-package \
|
||||
absl-py mypy-protobuf
|
||||
|
||||
FROM env AS devel
|
||||
WORKDIR /home/project
|
||||
|
||||
Reference in New Issue
Block a user