tools/docker: Fix alpine python wheel

This commit is contained in:
Corentin Le Molgat
2023-10-26 10:00:52 +02:00
parent 2caf43084b
commit 1f811c6489
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ RUN apk add --no-cache swig
RUN apk add --no-cache python3-dev py3-pip py3-wheel py3-virtualenv \
py3-numpy py3-pandas py3-matplotlib
RUN rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED \
&& python3 -m pip install absl-py mypy-protobuf
&& python3 -m pip install absl-py mypy mypy-protobuf
################
## OR-TOOLS ##

View File

@@ -14,7 +14,7 @@ RUN apk add --no-cache swig
RUN apk add --no-cache python3-dev py3-pip py3-wheel py3-virtualenv \
py3-numpy py3-pandas py3-matplotlib
RUN rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED \
&& python3 -m pip install absl-py mypy-protobuf
&& python3 -m pip install absl-py mypy mypy-protobuf
################
## OR-TOOLS ##