From 07bf0fdf18d78647336aff6deaf18c6bd0ed9ead Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Mon, 6 Jul 2020 13:22:28 +0200
Subject: [PATCH] Set default tensorflow version to 1.15.3

---
 tensorflow/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tensorflow/Dockerfile b/tensorflow/Dockerfile
index 96b4410..78d750e 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
-- 
GitLab