Correct Tensorflow Dockerfile reference from $SOURCE_ROOT to $SOURCE_DIR
docker build was succeeding, however patching bazel fails with 'Error: Patch Bazel tools'. That error did not cause docker build to fail. $SOURCE_ROOT not being defined was the cause.
This also includes some minor whitespace fixes. It also removes empty line continuations per a warning from docker build that empty continuation lines will be an error in a future release.
Correct Tensorflow Dockerfile reference from $SOURCE_ROOT to $SOURCE_DIR
docker build
was succeeding, however patching bazel fails with 'Error: Patch Bazel tools'. That error did not causedocker build
to fail. $SOURCE_ROOT not being defined was the cause.This also includes some minor whitespace fixes. It also removes empty line continuations per a warning from
docker build
that empty continuation lines will be an error in a future release.