tensorflow / tpu

Reference models and tools for Cloud TPUs.

Home Page:https://cloud.google.com/tpu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in r.27 release tpu/tools/docker/Dockerfile

danielvegamyhre opened this issue · comments

TensorFlow installation is using v2.2.0: https://github.com/tensorflow/tpu/blob/r2.7/tools/docker/Dockerfile#L27

However, it should be 2.7 since tensorlfow/models and tensorflow/tpu are both using 2.7: https://github.com/tensorflow/tpu/blob/r2.7/tools/docker/Dockerfile#L33-L36

Fixed it.