-
Notifications
You must be signed in to change notification settings - Fork 37
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
Upgrade Docker Anvil Image to CentOS 7 #805
Comments
|
But that does not change the fact that the tests are currently failing for that version on deepchem because of libc error seeming to originate from tensorflow, which is really odd exactly because tensorflow is on conda-forge and our docker image is a derivative! But that conversation may best be left to #802 where the problem is occurring. edited: fixed issue link |
do you mean #802 |
d'oh, yes. Incomplete parse of the linked issue on my part |
@mpharrigan CentOS 6 stopped full support in May 2017. CentOS 6 still has maintenance support through 2020. |
CentOS 6.9 has stopped having full support as of May 2017
https://wiki.centos.org/About/Product
The old glibc provided with CentOS 6.9 is causing issues for building tensorflow which requires glibc > 2.14
#802
The text was updated successfully, but these errors were encountered: