From a8405d15a22fc62dce8e868623e12a83e11f56b8 Mon Sep 17 00:00:00 2001 From: fkm3 Date: Sun, 22 Oct 2017 00:24:40 -0400 Subject: [PATCH] Use newer tensorflow image in ci_build/Docker (#163) Not sure if this makes any difference, but it seems like a good idea for consistency. --- ci_build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_build/Dockerfile b/ci_build/Dockerfile index ffc0cd2..9a89496 100644 --- a/ci_build/Dockerfile +++ b/ci_build/Dockerfile @@ -3,7 +3,7 @@ # stack to be installed on the host. This comes at the expense of # flexibility. -FROM tensorflow/tensorflow:1.0.0 +FROM tensorflow/tensorflow:1.3.0 MAINTAINER TensorFlow authors # The build context directory is the top of the tensorflow-haskell