We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e54c13 commit 77ab464Copy full SHA for 77ab464
tensorflow-whl/Dockerfile
@@ -73,7 +73,10 @@ RUN cd /usr/local/src && \
73
# Create a tensorflow wheel for CPU
74
RUN cd /usr/local/src/tensorflow && \
75
cat /dev/null | ./configure && \
76
- bazel build --config=opt --config=v2 //tensorflow/tools/pip_package:build_pip_package && \
+ bazel build --config=opt \
77
+ --config=v2 \
78
+ --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" \
79
+ //tensorflow/tools/pip_package:build_pip_package && \
80
bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_cpu && \
81
bazel clean
82
0 commit comments