tf_grpc_server
Server for TensorFlow GRPC Distributed Runtime
4.7K
Server for GRPC-based distributed runtime in TensorFlow
To launch a container as a TensorFlow GRPC server, do as the following example:
docker run tensorflow/tf_grpc_server:0.8.0 \
--cluster_spec="worker|localhost:2220;localhost:2221,ps|localhost:3220;localhost:3221" \
--job_name=worker --task_id=0
For more details on the distributed runtime in TensorFlow, see: https://www.tensorflow.org/versions/r0.8/how_tos/distributed/index.html#distributed-tensorflow
Content type
Image
Digest
Size
166 MB
Last updated
over 9 years ago
Requires Docker Desktop 4.37.1 or later.