Skip to content

Commit 2bfd52f

Browse files
[Docker] Update onnxoptimizer to 0.2.7 (#12278)
Co-authored-by: Christopher Sidebottom <[email protected]>
1 parent b05dca1 commit 2bfd52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/install/ubuntu_install_onnx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set -o pipefail
2929
pip3 install \
3030
onnx==1.10.2 \
3131
onnxruntime==1.9.0 \
32-
onnxoptimizer==0.2.6
32+
onnxoptimizer==0.2.7
3333

3434
# torch depends on a number of other packages, but unhelpfully, does
3535
# not expose that in the wheel!!!

0 commit comments

Comments
 (0)