NervanaSystems / ngraph-tf

Bridge to connect nGraph with TensorFlow
Other
53 stars 16 forks source link

Fix python2 docker builds given changes in code-format checks #501

Closed crlishka closed 5 years ago

crlishka commented 5 years ago

Modifications to get python2 builds (in docker) working again, given how code-format checks have been modified. Formal code-format check removed from python2 build script because there is now a separate code-format check build task in CI, plus run-premerge-ci-checks.sh runs the code-format check.

Note: this also needs to get into the r0.12 branch, as daily-builds (which are running off r0.12) are currently failing the python2 build task.