summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorbddppq <bai@in.tum.de>2018-02-20 21:39:50 -0800
committerYangqing Jia <jiayq84@gmail.com>2018-02-21 00:39:50 -0500
commit2588f5de063a0c5aa64d56b82bd31e0050c9c78c (patch)
tree649cb28b990a1b479ed94d0faf8d59068ea210a0 /docker
parent0d641145a1b21d3274072215b1f41c8a61ae81a9 (diff)
downloadpytorch-2588f5de063a0c5aa64d56b82bd31e0050c9c78c.tar.gz
pytorch-2588f5de063a0c5aa64d56b82bd31e0050c9c78c.tar.bz2
pytorch-2588f5de063a0c5aa64d56b82bd31e0050c9c78c.zip
Update onnx version to include the model files suffix change (#1991)
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/jenkins/common/install_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/jenkins/common/install_python.sh b/docker/jenkins/common/install_python.sh
index d262d7ed88..11bef7873f 100755
--- a/docker/jenkins/common/install_python.sh
+++ b/docker/jenkins/common/install_python.sh
@@ -132,7 +132,7 @@ pip install networkx==2.0
# We need a fixed version of onnx which is newer than current release to test
# onnx-caffe2
-pip install --no-cache-dir -v git+https://github.com/onnx/onnx.git@a43f015
+pip install --no-cache-dir -v git+https://github.com/onnx/onnx.git@cc9b6e6
pip install --no-cache-dir \
click \