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.
This commit is contained in:
fkm3 2017-10-22 00:24:40 -04:00 committed by Greg Steuck
parent 5c11ce1f03
commit a8405d15a2
1 changed files with 1 additions and 1 deletions

View File

@ -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 <tensorflow-haskell@googlegroups.com>
# The build context directory is the top of the tensorflow-haskell