We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70d36b commit 13e53e6Copy full SHA for 13e53e6
travis_installer.sh
@@ -25,6 +25,7 @@ git apply ../../tools/travis_wheel/bazel-hacking.patch
25
bazel build tensorflow/tensorboard:tensorboard
26
27
# get .whl file in python/dist/
28
+cp -r ../tools/* bazel-bin/tensorflow/tools/
29
bash bazel-bin/tensorflow/tools/pip_package/build_pip_package.sh ../python/dist/
30
31
# install tensorboard package from .whl file
0 commit comments