Skip to content

Commit

Permalink
Use custom build of Tensorflow with less CPU optimisations. Fixes #48.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianmoore committed Jan 19, 2019
1 parent 5a0988c commit 4200d97
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 108 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ python-redis-lock = "==3.2.0"
requests = "==2.20.1"
redis = "==2.10.6"
rq = "==0.12.0"
tensorflow = "==1.8.0"
inotify = "==0.2.8"
graphene-django = "==2.2.0"
django-filter = "==2.0.0"
Expand All @@ -24,6 +23,7 @@ pytest-django = "==3.4.5"
codecov = "==2.0.15"
gunicorn = "==19.9.0"
pip = "==18.0"
tensorflow = {file = "https://github.com/damianmoore/tensorflow-builder/releases/download/v1.12.0/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl"}

[dev-packages]
flake8 = "*"
Expand Down
Loading

0 comments on commit 4200d97

Please sign in to comment.