Skip to content

Commit 162f729

Browse files
christisgtensorflow-copybara
authored andcommitted
Update bazel version used in the docker images.
PiperOrigin-RevId: 302570662
1 parent dfc7a5c commit 162f729

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ load("//tensorflow_serving:repo.bzl", "tensorflow_http_archive")
1111

1212
tensorflow_http_archive(
1313
name = "org_tensorflow",
14-
sha256 = "788bb65c12a79fd02746d614bd87485738d9e4c1aed79fde52ffea434e1c1050",
15-
git_commit = "553bff39bbec23e0d7b792fd8b4383014ad0401f",
14+
sha256 = "1c5151923bbd10fb14311f1a0102de84ca3c29eafe2ef52f7ef07cb38f4acf36",
15+
git_commit = "083fc9754e64b9ebb7970dc49a9d13d1a72413cf",
1616
)
1717

1818
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

tensorflow_serving/tools/docker/Dockerfile.devel

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN pip3 --no-cache-dir install \
6464
--ignore-installed six
6565

6666
# Set up Bazel
67-
ENV BAZEL_VERSION 1.2.1
67+
ENV BAZEL_VERSION 2.0.0
6868
WORKDIR /
6969
RUN mkdir /bazel && \
7070
cd /bazel && \

tensorflow_serving/tools/docker/Dockerfile.devel-gpu

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN pip3 --no-cache-dir install \
9494
--ignore-installed six
9595

9696
# Set up Bazel
97-
ENV BAZEL_VERSION 1.2.1
97+
ENV BAZEL_VERSION 2.0.0
9898
WORKDIR /
9999
RUN mkdir /bazel && \
100100
cd /bazel && \

tensorflow_serving/tools/docker/Dockerfile.devel-mkl

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN pip3 --no-cache-dir install \
6363
--ignore-installed six
6464

6565
# Set up Bazel
66-
ENV BAZEL_VERSION 1.2.1
66+
ENV BAZEL_VERSION 2.0.0
6767
WORKDIR /
6868
RUN mkdir /bazel && \
6969
cd /bazel && \

0 commit comments

Comments
 (0)