-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numpy is installed twice #5
Comments
I've tried distinct install combinations, but this is the only one that works for me, but you are welcome to colaborate , I'm sure you are able to find the way to install the required version of numpy and many other improvements. |
Still working on this, and as you observed, any change can break stuff. Others found the same: In the meantime, |
Yes, you are right, I've rebuilded the dockerfile and it doesn't work, I've aplied your fix and it's working ok. |
PIP 10.0.0 doesn't work Aply suggested fix: #5 (comment)
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
The text was updated successfully, but these errors were encountered: