Update TF bazel version requirements.

PiperOrigin-RevId: 315483879
Change-Id: I4be29ffa3c425f01c28dc8c95250209a2b0bada4
This commit is contained in:
Jakob Buchgraber 2020-06-09 07:59:17 -07:00 committed by TensorFlower Gardener
parent 3bec74195e
commit d2b02580e6
11 changed files with 11 additions and 11 deletions

View File

@ -1 +1 @@
3.0.0 3.1.0

View File

@ -49,7 +49,7 @@ _TF_BAZELRC_FILENAME = '.tf_configure.bazelrc'
_TF_WORKSPACE_ROOT = '' _TF_WORKSPACE_ROOT = ''
_TF_BAZELRC = '' _TF_BAZELRC = ''
_TF_CURRENT_BAZEL_VERSION = None _TF_CURRENT_BAZEL_VERSION = None
_TF_MIN_BAZEL_VERSION = '2.0.0' _TF_MIN_BAZEL_VERSION = '3.1.0'
_TF_MAX_BAZEL_VERSION = '3.99.0' _TF_MAX_BAZEL_VERSION = '3.99.0'
NCCL_LIB_PATHS = [ NCCL_LIB_PATHS = [

View File

@ -15,7 +15,7 @@
# ============================================================================== # ==============================================================================
# Select bazel version. # Select bazel version.
BAZEL_VERSION="3.0.0" BAZEL_VERSION="3.1.0"
set +e set +e
local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}') local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')

View File

@ -18,7 +18,7 @@
# It will compile bazel from source and install it in /usr/local/bin # It will compile bazel from source and install it in /usr/local/bin
# Select bazel version. # Select bazel version.
BAZEL_VERSION="3.0.0" BAZEL_VERSION="3.1.0"
set +e set +e
local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}') local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')

View File

@ -17,7 +17,7 @@
# Keep in sync with tensorflow_estimator and configure.py. # Keep in sync with tensorflow_estimator and configure.py.
# LINT.IfChange # LINT.IfChange
LATEST_BAZEL_VERSION=3.0.0 LATEST_BAZEL_VERSION=3.1.0
# LINT.ThenChange( # LINT.ThenChange(
# //tensorflow/opensource_only/configure.py, # //tensorflow/opensource_only/configure.py,
# //tensorflow_estimator/google/kokoro/common.sh, # //tensorflow_estimator/google/kokoro/common.sh,

View File

@ -93,7 +93,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34 enum34
# Install bazel # Install bazel
ARG BAZEL_VERSION=3.0.0 ARG BAZEL_VERSION=3.1.0
RUN mkdir /bazel && \ 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/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" && \ wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \

View File

@ -93,7 +93,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34 enum34
# Install bazel # Install bazel
ARG BAZEL_VERSION=3.0.0 ARG BAZEL_VERSION=3.1.0
RUN mkdir /bazel && \ 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/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" && \ wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \

View File

@ -135,7 +135,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34 enum34
# Install bazel # Install bazel
ARG BAZEL_VERSION=3.0.0 ARG BAZEL_VERSION=3.1.0
RUN mkdir /bazel && \ 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/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" && \ wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \

View File

@ -135,7 +135,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34 enum34
# Install bazel # Install bazel
ARG BAZEL_VERSION=3.0.0 ARG BAZEL_VERSION=3.1.0
RUN mkdir /bazel && \ 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/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" && \ wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \

View File

@ -23,7 +23,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34 enum34
# Install bazel # Install bazel
ARG BAZEL_VERSION=3.0.0 ARG BAZEL_VERSION=3.1.0
RUN mkdir /bazel && \ 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/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" && \ wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \

View File

@ -21,7 +21,7 @@ RUN python3 -m pip --no-cache-dir install \
enum34 enum34
# Build and install bazel # Build and install bazel
ENV BAZEL_VERSION 3.0.0 ENV BAZEL_VERSION 3.1.0
WORKDIR / WORKDIR /
RUN mkdir /bazel && \ RUN mkdir /bazel && \
cd /bazel && \ cd /bazel && \