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.
|
# Specify the minimum required bazel version.
|
||||||
load("//tensorflow:tensorflow.bzl", "check_version")
|
load("//tensorflow:tensorflow.bzl", "check_version")
|
||||||
check_version("0.3.2")
|
check_version("0.4.2")
|
||||||
|
|
||||||
new_http_archive(
|
new_http_archive(
|
||||||
name = "inception5h",
|
name = "inception5h",
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
# Select bazel version.
|
# Select bazel version.
|
||||||
BAZEL_VERSION="0.3.2"
|
BAZEL_VERSION="0.4.2"
|
||||||
|
|
||||||
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}')
|
||||||
|
@ -67,7 +67,7 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
|
|||||||
>>/root/.bazelrc
|
>>/root/.bazelrc
|
||||||
ENV BAZELRC /root/.bazelrc
|
ENV BAZELRC /root/.bazelrc
|
||||||
# Install the most recent bazel release.
|
# Install the most recent bazel release.
|
||||||
ENV BAZEL_VERSION 0.3.2
|
ENV BAZEL_VERSION 0.4.2
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN mkdir /bazel && \
|
RUN mkdir /bazel && \
|
||||||
cd /bazel && \
|
cd /bazel && \
|
||||||
|
@ -67,7 +67,7 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
|
|||||||
>>/root/.bazelrc
|
>>/root/.bazelrc
|
||||||
ENV BAZELRC /root/.bazelrc
|
ENV BAZELRC /root/.bazelrc
|
||||||
# Install the most recent bazel release.
|
# Install the most recent bazel release.
|
||||||
ENV BAZEL_VERSION 0.3.2
|
ENV BAZEL_VERSION 0.4.2
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN mkdir /bazel && \
|
RUN mkdir /bazel && \
|
||||||
cd /bazel && \
|
cd /bazel && \
|
||||||
|
Loading…
Reference in New Issue
Block a user