tools/docker: Fix alpine python wheel
This commit is contained in:
@@ -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 ##
|
||||
|
||||
@@ -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 ##
|
||||
|
||||
Reference in New Issue
Block a user