Skip to content

Commit 7491ad5

Browse files
Bump bazel version from 6.5.0 to 7.4.1 to align with TF.
PiperOrigin-RevId: 781246668
1 parent ca86c54 commit 7491ad5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tensorflow_serving/tools/docker/Dockerfile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN pip3 --no-cache-dir install \
8080
--ignore-installed six>=1.12.0
8181

8282
# Set up Bazel
83-
ENV BAZEL_VERSION 6.5.0
83+
ENV BAZEL_VERSION 7.4.1
8484
WORKDIR /
8585
RUN mkdir /bazel && \
8686
cd /bazel && \

tensorflow_serving/tools/docker/Dockerfile.devel-gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ RUN pip3 --no-cache-dir install \
119119
--ignore-installed six>=1.12.0
120120

121121
# Set up Bazel
122-
ENV BAZEL_VERSION 6.5.0
122+
ENV BAZEL_VERSION 7.4.1
123123
WORKDIR /
124124
RUN mkdir /bazel && \
125125
cd /bazel && \

tensorflow_serving/tools/docker/Dockerfile.devel-mkl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN python -m pip --no-cache-dir install \
7878
ENV LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"
7979

8080
# Set up Bazel
81-
ENV BAZEL_VERSION 6.5.0
81+
ENV BAZEL_VERSION 7.4.1
8282
WORKDIR /
8383
RUN mkdir /bazel && \
8484
cd /bazel && \

0 commit comments

Comments
 (0)