I built using the docker file - Dockerfile . It runs for two hours. However, in the end it shows -
Executed 0 out of 17 tests: 17 were skipped.
I assume the docker build is not getting executed correctly as I am also unable to do -
echo 'Bob brought the pizza to Alice.' | syntaxnet/demo.sh
which again results in an error. Has anyone else also faced the same issue ?