Internal change

PiperOrigin-RevId: 520956127
This commit is contained in:
Sebastian Schmidt
2023-03-31 10:33:27 -07:00
committed by Copybara-Service
parent 1ff80f906c
commit c40e0fb6d5
4 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ RUN pip3 install tf_slim
RUN ln -s /usr/bin/python3 /usr/bin/python
# Install bazel
ARG BAZEL_VERSION=5.2.0
ARG BAZEL_VERSION=6.1.1
RUN mkdir /bazel && \
wget --no-check-certificate -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/b\
azel-${BAZEL_VERSION}-installer-linux-x86_64.sh" && \