Skip to content

Commit

Permalink
bump up bazel version
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Nov 28, 2019
1 parent 2ed2083 commit 02b5890
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

# The tested build configurations for Tensorflow 1.14 uses Bazel 0.24.1: https://www.tensorflow.org/install/source#tested_build_configurations
ENV BAZEL_VERSION=0.24.1
ENV BAZEL_VERSION=0.27.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 02b5890

Please sign in to comment.