I am trying to create Tensorflow Serving on Ubuntu. I compiled Tensorflow and Tensorflow serving from the source without errors, but when I ran:
bazel test -c opt tensorflow_serving/...
I get the following error:
//tensorflow_serving/model_servers:tensorflow_model_server_test TIMEOUT in 315.1s
All other tests pass.
When I look at the log file, I only see the following:
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
I do not know what the error is, or why the model server test does not work.
tensorflow-serving
composer314
source share