Unverified Commit cea16502 authored by Chris Austen's avatar Chris Austen Committed by GitHub
Browse files

stop docker when failing to install to continue (#1749)

parent 89f7ac0d
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
# THE SOFTWARE. # THE SOFTWARE.
##################################################################################### #####################################################################################
set -e
if [ -z "$ONNX_HOME" ] if [ -z "$ONNX_HOME" ]
then then
# The onnx library uses ONNX_HOME, by default if it doesn't exist # The onnx library uses ONNX_HOME, by default if it doesn't exist
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment