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.
2 parents a5287cf + 5477efa commit 879845fCopy full SHA for 879845f
.jenkins/build.sh
@@ -15,6 +15,9 @@ export PATH=/opt/conda/bin:$PATH
15
rm -rf src
16
pip install -r $DIR/../requirements.txt
17
18
+# For Tensorboard. Until 1.14 moves to the release channel.
19
+pip install tb-nightly
20
+
21
export PATH=/opt/conda/bin:$PATH
22
pip install sphinx==1.8.2 pandas
23
0 commit comments