TensorFlow Serving with Docker | TFX
https://www.tensorflow.org/tfx/serving/docker21.07.2021 · Docker Toolbox for much older versions of macOS, or versions of Windows before Windows 10 Pro; Serving with Docker Pulling a serving image. Once you have Docker installed, you can pull the latest TensorFlow Serving docker image by running: docker pull tensorflow/serving This will pull down a minimal Docker image with TensorFlow Serving ...
Docker | TensorFlow
https://www.tensorflow.org/install/docker28.01.2021 · Docker uses containers to create virtual environments that isolate a TensorFlow installation from the rest of the system. TensorFlow programs are run within this virtual environment that can share resources with its host machine (access directories, use the GPU, connect to the Internet, etc.). The TensorFlow Docker images are tested for each release.