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 f96a035 commit 1febb83Copy full SHA for 1febb83
.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
+export PATH=/opt/conda/bin:$PATH
19
+pip install sphinx==1.8.2 pandas
20
+
21
# For Tensorboard. Until 1.14 moves to the release channel.
22
pip install tb-nightly
23
@@ -23,9 +26,6 @@ pip uninstall torchvision -y
26
pip uninstall torch -y
24
27
pip install --pre torch==1.2.0 torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
25
28
-export PATH=/opt/conda/bin:$PATH
-pip install sphinx==1.8.2 pandas
-
29
# install awscli
30
# pip uninstall awscli
31
# pip install awscli==1.16.35
0 commit comments