Skip to content

Commit 879845f

Browse files
authored
Merge pull request #595 from pytorch/tensorboard-dep-patch
Update build.sh
2 parents a5287cf + 5477efa commit 879845f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.jenkins/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ export PATH=/opt/conda/bin:$PATH
1515
rm -rf src
1616
pip install -r $DIR/../requirements.txt
1717

18+
# For Tensorboard. Until 1.14 moves to the release channel.
19+
pip install tb-nightly
20+
1821
export PATH=/opt/conda/bin:$PATH
1922
pip install sphinx==1.8.2 pandas
2023

0 commit comments

Comments
 (0)