TensorFlow Serving with GPU support and TensorFlow GPU version (TF v1.3.0).
161
There exists few documentation introducing TensorFlow Serving Docker configuration with GPU support. Hope this repo will benefit people who are struggling deploying TensorFlow Serving in their production environment with GPU servers.
The Dockerfile mainly comes from the official repo of TensorFlow Serving:
https://github.com/tensorflow/serving/blob/master/tensorflow_serving/tools/docker/Dockerfile.devel-gpu
It needs to be noted that one modification needs to be done:
ENV BAZEL_VERSION 0.5.4
The docker file can be found on GitHub: https://github.com/physicso/tensorflow_serving_gpu Hope you enjoy this docker image :)
Content type
Image
Digest
Size
2.7 GB
Last updated
almost 9 years ago
docker pull physicso/tf_serving_gpu:1.3.0