gpt-2 icon indicating copy to clipboard operation
gpt-2 copied to clipboard

Dockerfile no longer accurate?

Open teledemic opened this issue 4 years ago • 2 comments

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!

teledemic avatar Mar 17 '21 01:03 teledemic

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?

nshepperd avatar Mar 17 '21 15:03 nshepperd

Thanks - it seems to be working with the latest tag I could find with python 3: tensorflow/tensorflow:2.2.2-py3

teledemic avatar Mar 17 '21 15:03 teledemic