We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f0b2b commit 5a30f21Copy full SHA for 5a30f21
struct2tensor/tools/tf_serving_docker/Dockerfile
@@ -66,7 +66,7 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/pip/3.6/get-pip.py && \
66
RUN pip3 --no-cache-dir install --upgrade numpy
67
68
# Set up Bazel
69
-ENV BAZEL_VERSION 5.0.0
+ENV BAZEL_VERSION 5.1.1
70
WORKDIR /bazel
71
RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
72
chmod +x bazel-*.sh && \
0 commit comments