Dockerfile no longer accurate?
teledemic opened this issue · 2 comments
teledemic commented
The dockerfile sources from tensorflow/tensorflow:1.12.0-py3, but the recent change to use tensorflow.compat.v1 doesn't work with that version. Is there a newer docker image this will be compatible with, and can the dockerfile be updated to match? Thx!
nshepperd commented
Hm... I don't use docker so I didn't notice this broke. I think tensorflow 1.14 or later should be compatible with this though, so maybe it'll just work if it is changed to source tensorflow/tensorflow:1.14.1-py3
instead?
teledemic commented
Thanks - it seems to be working with the latest tag I could find with python 3: tensorflow/tensorflow:2.2.2-py3