rsnk96 / Ubuntu-Setup-Scripts

Scripts to help you set up your Ubuntu quickly, especially if you're in any subfield of Data Science or AI!
Apache License 2.0
128 stars 76 forks source link

Fix Travis Builds #51

Closed rajat2004 closed 4 years ago

rajat2004 commented 4 years ago

@rsnk96 Tensorflow doesn't have binaries for Python 3.8, should we roll back to 3.7 on Travis?

rajat2004 commented 4 years ago

The ML-Build script seems to be not working due to Tensorflow 1.15 being the latest package, but since it uses older bazel version, the config options are wrong. If we fix that, it will again stop working when a new 2.x release happens

Any suggestions on how to handle this? We could do something like build the latest 2.x package by default, if a user wants 1.x package, they can just change the version themselves

rsnk96 commented 4 years ago

Looks good