We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e939d3 commit 4df049fCopy full SHA for 4df049f
1 file changed
tensorflow-whl/Dockerfile
@@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
49
RUN conda install -y python=3.6.6 && pip install --upgrade pip && pip install numpy
50
51
# See _TF_(MIN|MAX)_BAZEL_VERSION at https://github.com/tensorflow/tensorflow/blob/master/configure.py.
52
-ENV BAZEL_VERSION=1.1.0
+ENV BAZEL_VERSION=0.29.1
53
RUN apt-get install -y gnupg zip openjdk-8-jdk && \
54
apt-get install -y --no-install-recommends \
55
bash-completion \
0 commit comments