Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CherryPick:r2.3] Fix docker for numpy #40813

Merged
merged 2 commits into from
Jun 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
Expand All @@ -93,7 +93,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34

# Install bazel
ARG BAZEL_VERSION=3.0.0
ARG BAZEL_VERSION=3.1.0
RUN mkdir /bazel && \
wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh" && \
wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
Expand All @@ -93,7 +93,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34

# Install bazel
ARG BAZEL_VERSION=3.0.0
ARG BAZEL_VERSION=3.1.0
RUN mkdir /bazel && \
wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh" && \
wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
portpicker \
enum34

# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
portpicker \
enum34

# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
portpicker \
enum34

# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
portpicker \
enum34

# Build and install bazel
ENV BAZEL_VERSION 3.0.0
ENV BAZEL_VERSION 3.1.0
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN python3 -m pip --no-cache-dir install \
keras_preprocessing \
matplotlib \
mock \
numpy \
'numpy<1.19.0' \
scipy \
sklearn \
pandas \
Expand Down