From 8e46f9e63714ddb34ffc4e7393d53bbc33242b4c Mon Sep 17 00:00:00 2001 From: Matthew Brookhart Date: Tue, 22 Jun 2021 16:02:40 -0600 Subject: [PATCH] Update ONNX versions (#8304) --- docker/install/ubuntu_install_onnx.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker/install/ubuntu_install_onnx.sh b/docker/install/ubuntu_install_onnx.sh index a92a0244d707..8f462284c2ba 100755 --- a/docker/install/ubuntu_install_onnx.sh +++ b/docker/install/ubuntu_install_onnx.sh @@ -20,9 +20,10 @@ set -e set -u set -o pipefail -# fix to certain version for now -pip3 install onnx==1.6.0 -pip3 install onnxruntime==1.0.0 +# We need to fix the onnx version because changing versions tends to break tests +# TODO(mbrookhart): periodically update +pip3 install onnx==1.8.1 +pip3 install onnxruntime==1.7.0 # torch depends on a number of other packages, but unhelpfully, does # not expose that in the wheel!!!