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 fdbb0ec commit cc3db57Copy full SHA for cc3db57
struct2tensor/tools/tf_serving_docker/Dockerfile
@@ -74,7 +74,7 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
74
RUN pip3 --no-cache-dir install --upgrade numpy
75
76
# Set up Bazel
77
-ENV BAZEL_VERSION 6.4.0
+ENV BAZEL_VERSION 6.5.0
78
WORKDIR /bazel
79
RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
80
chmod +x bazel-*.sh && \
0 commit comments