Skip to content

Commit 5a30f21

Browse files
committed
Updating bazel version for tensorflow-serving model server binary image.
PiperOrigin-RevId: 450461505
1 parent 61f0b2b commit 5a30f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

struct2tensor/tools/tf_serving_docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/pip/3.6/get-pip.py && \
6666
RUN pip3 --no-cache-dir install --upgrade numpy
6767

6868
# Set up Bazel
69-
ENV BAZEL_VERSION 5.0.0
69+
ENV BAZEL_VERSION 5.1.1
7070
WORKDIR /bazel
7171
RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
7272
chmod +x bazel-*.sh && \

0 commit comments

Comments
 (0)