mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01: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:
parent
5c11ce1f03
commit
a8405d15a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue