Skip to content

Commit

Permalink
Bump ONNX version (apache#3286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jroesch authored and Wei Chen committed Jun 26, 2019
1 parent 439c2f8 commit 23ce1f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/install/ubuntu_install_onnx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
Expand All @@ -21,7 +21,7 @@ set -u
set -o pipefail

# fix to certain version for now
pip3 install onnx>=1.1.0
pip3 install onnx>=1.4.1

pip3 install https://download.pytorch.org/whl/cu80/torch-1.0.1.post2-cp36-cp36m-linux_x86_64.whl
pip3 install torchvision

0 comments on commit 23ce1f2

Please sign in to comment.