File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tensorflow_serving/tools/docker Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN pip3 --no-cache-dir install \
80
80
--ignore-installed six>=1.12.0
81
81
82
82
# Set up Bazel
83
- ENV BAZEL_VERSION 6.5.0
83
+ ENV BAZEL_VERSION 7.4.1
84
84
WORKDIR /
85
85
RUN mkdir /bazel && \
86
86
cd /bazel && \
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ RUN pip3 --no-cache-dir install \
119
119
--ignore-installed six>=1.12.0
120
120
121
121
# Set up Bazel
122
- ENV BAZEL_VERSION 6.5.0
122
+ ENV BAZEL_VERSION 7.4.1
123
123
WORKDIR /
124
124
RUN mkdir /bazel && \
125
125
cd /bazel && \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN python -m pip --no-cache-dir install \
78
78
ENV LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH}"
79
79
80
80
# Set up Bazel
81
- ENV BAZEL_VERSION 6.5.0
81
+ ENV BAZEL_VERSION 7.4.1
82
82
WORKDIR /
83
83
RUN mkdir /bazel && \
84
84
cd /bazel && \
You can’t perform that action at this time.
0 commit comments