mind / wheels

Performance-optimized wheels for TensorFlow (SSE, AVX, FMA, XLA, MPI)
886 stars 108 forks source link

GPU version 1.5.0 built on Ubuntu 14.04? #28

Open aperloff opened 6 years ago

aperloff commented 6 years ago

Is it possible to have a version of TF compiled just as in https://github.com/mind/wheels/releases/tag/tf1.5-gpu-cuda91-nomkl, but on Ubuntu 14.04? My system has libc-2.17.so instead of libc-2.23.so on Ubuntu 16.04. This is making it impossible to even import TF (see error message below).

$python
>>> import tensorflow as tf
...
ImportError: /lib64/libm.so.6: version `GLIBC_2.23' not found