diff --git a/tensorflow/Dockerfile b/tensorflow/Dockerfile index 96b4410e4bc09d374e2684f1ab3e3cb4bd02195c..78d750e49a3371e9ee711e2dd61fa3ad8a461485 100644 --- a/tensorflow/Dockerfile +++ b/tensorflow/Dockerfile @@ -29,7 +29,7 @@ RUN mkdir -p /opt/bazel && \ /opt/bazel/installer.sh && \ rm -f /opt/bazel/installer.sh -ARG TF_VERSION=1.15.2 +ARG TF_VERSION=1.15.3 RUN git clone --recursive --branch v${TF_VERSION} https://github.com/tensorflow/tensorflow.git /opt/tensorflow/src COPY disable-enforced-bazel-build-mirror.patch /opt/tensorflow/patches/disable-enforced-bazel-build-mirror.patch