More Docker. Easy Access. New Streamlined Plans. Learn more.

tensorflow/serving

By tensorflow

Updated about 6 hours ago

Official images for TensorFlow Serving (http://www.tensorflow.org/serving)

Image
API Management
Integration & Delivery
Machine Learning & AI
142

50M+

Tags

tensorflow/serving images come in following flavors:

  • :latest: minimal image with TensorFlow Serving binary installed and ready to serve!
  • :latest-gpu: minimal image with TensorFlow Serving binary installed and ready to serve on GPUs!
  • :latest-devel - include all source/dependencies/toolchain to develop, along with a compiled binary that works on CPUs
  • :latest-devel-gpu - include all source dependencies/toolchain (cuda9/cudnn7) to develop, along with a compiled binary that works on NVIDIA GPUs.

Note:

  • You will need nvidia-docker to run GPU images.
  • Replace latest with other release version numbers (e.g. 1.9.0-rc2) or nightly (for images built from latest HEAD sources).
HOWTO

https://github.com/tensorflow/serving/blob/master/tensorflow_serving/g3doc/docker.md

Docker Pull Command

docker pull tensorflow/serving