Skip to content

Commit

Permalink
use bazel version for rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Jan 7, 2020
1 parent 2e939d3 commit 4df049f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN conda install -y python=3.6.6 && pip install --upgrade pip && pip install numpy

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

0 comments on commit 4df049f

Please sign in to comment.