Update Bazel version to 0.4.2
Change: 141613129
This commit is contained in:
parent
e390dcdc93
commit
892dc078fe
@ -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",
|
||||
|
@ -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}')
|
||||
|
@ -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 && \
|
||||
|
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user