I see we can install tensorflow (with GPU) using Docker - here TensorFlow - which Docker image to use?
But how do I do this on a machine that has no external internet connection? Is there a way to first download the tensor flow image
b.gcr.io/tensorflow/tensorflow:latest-gpu: TensorFlow GPU binary image
and then copy it to local file space and "install" it from there?