GNU C Library and GNU Standard C++ Library application binary interface (ABI) version requirements for TensorFlow dynamic libraries.
wget https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp27-none-linux_x86_64.whl
unzip tensorflow-0.9.0-cp27-none-linux_x86_64.whl -d tensorflow-0.9.0-cp27-none-linux_x86_64
find tensorflow-0.9.0-cp27-none-linux_x86_64 -name '*.so' -exec ldd --verbose {} \;
# libc.so.6 (GLIBC_2.17)
# libstdc++.so.6 (GLIBCXX_3.4.19)
Distribution | Version | Key Packages |
---|---|---|
Red Hat Enterprise Linux | 7 | glibc, libstdc++ |
CentOS | 7 | glibc, libstdc++ |
Scientific Linux | 7 | glibc, libstdc++ |
Fedora | 19 (Schrödinger’s Cat) | glibc, libstdc++ |
Debian | 8 (Jessie) | libc6, libstdc++6 |
Ubuntu | 14.04 LTS (Trusty Tahr) | libc6, libstdc++6 |