1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00

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

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