Update Bazel version to 0.4.2

Change: 141613129
This commit is contained in:
Justine Tunney 2016-12-09 16:21:01 -08:00 committed by TensorFlower Gardener
parent e390dcdc93
commit 892dc078fe
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ tf_workspace()
# Specify the minimum required bazel version.
load("//tensorflow:tensorflow.bzl", "check_version")
check_version("0.3.2")
check_version("0.4.2")
new_http_archive(
name = "inception5h",

View File

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

View File

@ -67,7 +67,7 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
>>/root/.bazelrc
ENV BAZELRC /root/.bazelrc
# Install the most recent bazel release.
ENV BAZEL_VERSION 0.3.2
ENV BAZEL_VERSION 0.4.2
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \

View File

@ -67,7 +67,7 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
>>/root/.bazelrc
ENV BAZELRC /root/.bazelrc
# Install the most recent bazel release.
ENV BAZEL_VERSION 0.3.2
ENV BAZEL_VERSION 0.4.2
WORKDIR /
RUN mkdir /bazel && \
cd /bazel && \