File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tf_workspace()
2020
2121# Specify the minimum required bazel version.
2222load ("//tensorflow:tensorflow.bzl" , "check_version" )
23- check_version ("0.3 .2" )
23+ check_version ("0.4 .2" )
2424
2525new_http_archive (
2626 name = "inception5h" ,
Original file line number Diff line number Diff line change 1515# ==============================================================================
1616
1717# Select bazel version.
18- BAZEL_VERSION=" 0.3 .2"
18+ BAZEL_VERSION=" 0.4 .2"
1919
2020set +e
2121local_bazel_ver=$( bazel version 2>&1 | grep -i label | awk ' {print $3}' )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
6767 >>/root/.bazelrc
6868ENV BAZELRC /root/.bazelrc
6969# Install the most recent bazel release.
70- ENV BAZEL_VERSION 0.3 .2
70+ ENV BAZEL_VERSION 0.4 .2
7171WORKDIR /
7272RUN mkdir /bazel && \
7373 cd /bazel && \
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN echo "build --spawn_strategy=standalone --genrule_strategy=standalone" \
6767 >>/root/.bazelrc
6868ENV BAZELRC /root/.bazelrc
6969# Install the most recent bazel release.
70- ENV BAZEL_VERSION 0.3 .2
70+ ENV BAZEL_VERSION 0.4 .2
7171WORKDIR /
7272RUN mkdir /bazel && \
7373 cd /bazel && \
You can’t perform that action at this time.
0 commit comments