Skip to content

Commit 9601314

Browse files
authored
Update build.sh
1 parent ae3e15d commit 9601314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pip install -r $DIR/../requirements.txt
1919
pip install tb-nightly
2020

2121
# Temporary install of 1.2 until release is ready
22-
pip install https://download.pytorch.org/whl/nightly/cu100/torch-1.2.0-cp37-cp37m-linux_x86_64.whl
22+
pip install torch==1.2.0 -f https://download.pytorch.org/whl/nightly/cu100/
2323

2424
export PATH=/opt/conda/bin:$PATH
2525
pip install sphinx==1.8.2 pandas

0 commit comments

Comments
 (0)