-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
There is one improvement area that I found. At least for numpy, the docker build spents about 15-20 minutes compiling and installing an old version (not sure why, I think it was version 1.11.x), but tensorflow 1.7.0 requires numpy>1.13.3, so the tensorflow installer got to uninstall the recently installed version and install version 1.14.2. Another 20 minutes (probably less). Not a problem when rebuilding, but it could install faster if minimum version of python packages installed ahead of tensorflow are specified to be closer to what the current version of tensorflow requires.
Tensor flow requisites are down in this page:
https://pypi.python.org/pypi/tensorflow
Metadata
Metadata
Assignees
Labels
No labels