CUDA 10.2 and Tensorflow 1.14 or 1.15

Does anyone know if Tensorflow 1.14/1,15 are compatible with CUDA 10.2

TF 1.14 and 1.15 can be built from source against CUDA 10.2. However, the official pip packages are built against and require CUDA 10.1.

The Nvidia NGC containers include TensorFlow built against CUDA 10.2. https://www.nvidia.com/en-us/gpu-cloud/containers/

Correction, the official TF 1.14 and 1.15 binary packages require CUDA 10.0 rather than 10.1.