Skip to content

Commit c70d36b

Browse files
committed
fix.
1 parent 3f71132 commit c70d36b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis_installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
git clone https://github.com/dmlc/tensorboard.git tensorboard-build
55
# replace setup.py
66
cp setup.py tensorboard-build/python/
7+
# replace tools for travis build
8+
cp -r tools/* tensorboard-build/tools/
79
cd tensorboard-build
810

911
# make protobufs for logging part first
@@ -22,8 +24,6 @@ git apply ../../tools/travis_wheel/bazel-hacking.patch
2224
# build tensorboard
2325
bazel build tensorflow/tensorboard:tensorboard
2426

25-
# prepare pip installation package
26-
cp -r ../../tools/* bazel-bin/tensorflow/tools/
2727
# get .whl file in python/dist/
2828
bash bazel-bin/tensorflow/tools/pip_package/build_pip_package.sh ../python/dist/
2929

0 commit comments

Comments
 (0)