Internal change
PiperOrigin-RevId: 520956127
This commit is contained in:
committed by
Copybara-Service
parent
1ff80f906c
commit
c40e0fb6d5
+1
-1
@@ -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" && \
|
||||
|
||||
Reference in New Issue
Block a user