Skip to content

Commit

Permalink
Updated missing Bazel version to 6.5.0. in Dockerfile
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683372161
  • Loading branch information
tfx-copybara committed Oct 7, 2024
1 parent fdbb0ec commit cc3db57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion struct2tensor/tools/tf_serving_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
RUN pip3 --no-cache-dir install --upgrade numpy

# Set up Bazel
ENV BAZEL_VERSION 6.4.0
ENV BAZEL_VERSION 6.5.0
WORKDIR /bazel
RUN curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \
chmod +x bazel-*.sh && \
Expand Down

0 comments on commit cc3db57

Please sign in to comment.