Building TF serving from source

Hi team,
Can I know the ideal time required to build TF serving from source and the system specs.
It taking >10hrs to build on c5.xlarge machine.Is it fine? anyway to fasten the process

Hi @P_Shyam_Sunder, Welcome to Tensorflow Forum!

Unfortunately, some programs can take a long time to compile. A couple of hours of compilation is not strange for bigger libraries like Tensorflow Serving. For faster approach, it is recommended to either build with the provided Docker images, or following the approach in the GPU Dockerfile. Thank you!