Skip to content

Commit 4df049f

Browse files
committed
use bazel version for rc2
1 parent 2e939d3 commit 4df049f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tensorflow-whl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4949
RUN conda install -y python=3.6.6 && pip install --upgrade pip && pip install numpy
5050

5151
# See _TF_(MIN|MAX)_BAZEL_VERSION at https://github.com/tensorflow/tensorflow/blob/master/configure.py.
52-
ENV BAZEL_VERSION=1.1.0
52+
ENV BAZEL_VERSION=0.29.1
5353
RUN apt-get install -y gnupg zip openjdk-8-jdk && \
5454
apt-get install -y --no-install-recommends \
5555
bash-completion \

0 commit comments

Comments
 (0)