From 616086a3387a421a7f72ee59d8f87f8ab02cad28 Mon Sep 17 00:00:00 2001 From: Jorge Santos Date: Mon, 27 Apr 2020 11:13:50 +0100 Subject: [PATCH] Downgrade due to https://github.com/tensorflow/tensorflow/issues/17411 on some cpus --- Dockerfile | 2 +- requirements.pip | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c2a7fe9..8dd1ece 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://towardsdatascience.com/object-detection-with-10-lines-of-code-d6cb4d86f606 -FROM tensorflow/tensorflow:1.15.2-py3 +FROM tensorflow/tensorflow:1.15.0-py3 ENV DEBIAN_FRONTEND noninteractive diff --git a/requirements.pip b/requirements.pip index 297fe98..d2be513 100644 --- a/requirements.pip +++ b/requirements.pip @@ -1,4 +1,4 @@ -tensorflow==1.15.2 +tensorflow==1.15.0 Cython==0.29.16 contextlib2==0.6.0.post1 pillow==7.0.0