linux-on-ibm-z / dockerfile-examples

A collection of examples to show how Dockerfiles could be created and used on Linux on IBM z Systems.
37 stars 62 forks source link

Erroneous $SOURCE_ROOT reference in Tensorflow build image and whitespace cleanup #11

Closed kyleg907 closed 4 years ago

kyleg907 commented 4 years ago

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.

cwsolee commented 4 years ago

Hi Kyle, Thanks for your feedback, I'll pass your comment to developer in charge. This repo isn't setup to accept PR, have to close this for now.