Tf servings build on local machine takes a long time and eventually fails

I am new here.
I downloaded the code base for tf servings. And i was trying to build it locally on my machine. it takes hours and hours (i ran it overnight) and exits without success.
I am running this command in powershell Windows11: “docker build --pull -t $env:UserName/tensorflow-serving-devel -f Dockerfile.devel .”

In my understanding - i was expecting to build this develop image and use it as a base image to build tf-servings. This will be needed to test locally before i move any changes to any of my potential PR.

Is my expectation not correct. Should i not be building tf servings locally? if not how do i test my code changes before submitting?