-
Notifications
You must be signed in to change notification settings - Fork 617
Closed
Labels
Description
Using the current docker image, we're unable to install / build TensorFlow in python3.7 with the following error:
ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /root/miniconda2/envs/py37/lib/python3.7/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so)
It seems like we need to compile using Ubuntu 16.04 libs, which will require a bump in the custom-op docker image. @yifeif would it be possible to bump the base image in the container? If so we can rebuild our release as 0.1.1 and include py37.
Alternatively, we could create a new docker image for builds.
NathanHowell