Skip to content

Commit

Permalink
Merge branch 'wafaa/fix_gnmt_doc_for_tf_addons_build_ubuntu' into 'de…
Browse files Browse the repository at this point in the history
…velop'

Update MLPref GNMT README to fix TF addons build on Ubuntu

See merge request intelai/models!220
  • Loading branch information
dmsuehir committed Jul 1, 2020
2 parents 3caa43d + a2fbaad commit c792b90
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ git clone -b v0.5.2 https://github.com/tensorflow/addons.git
cd addons
sed -i 's;\${PYTHON_VERSION:=python} -m pip install $QUIET_FLAG -r $REQUIREMENTS_TXT;PYTHON_VERSION=python;' configure.sh
sh configure.sh
```
>Note: Ubuntu systems, run `source configure.sh`
```
bazel build --enable_runfiles build_pip_pkg
bazel-bin/build_pip_pkg artifacts
pip install artifacts/tensorflow_addons-*.whl
Expand Down

0 comments on commit c792b90

Please sign in to comment.