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