Lines Matching full:bazel
72 # Set up Bazel.
74 # Running bazel inside a `docker build` command causes trouble, cf:
75 # https://github.com/bazelbuild/bazel/issues/134
77 RUN echo "startup --batch" >>/etc/bazel.bazelrc
79 # https://github.com/bazelbuild/bazel/issues/418
81 >>/etc/bazel.bazelrc
82 # Install the most recent bazel release.
85 RUN mkdir /bazel && \
86 cd /bazel && \
87 …Safari/537.36" -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel…
88 …me/57.0.2987.133 Safari/537.36" -fSsL -o /bazel/LICENSE.txt https://raw.githubusercontent.com/baze…
89 chmod +x bazel-*.sh && \
90 ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
92 rm -f /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
110 bazel build -c opt --copt=-mavx --config=cuda \
114 bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/pip && \
118 # Clean up pip wheel and Bazel cache when done.