diff --git a/Azaion.Inference/build.cmd b/Azaion.Inference/build.cmd index df5f179..1eee32e 100644 --- a/Azaion.Inference/build.cmd +++ b/Azaion.Inference/build.cmd @@ -18,19 +18,18 @@ venv\Scripts\python setup.py build_ext --inplace echo install azaion-inference venv\Scripts\pyinstaller --name=azaion-inference ^ ---collect-all jwt ^ +--collect-submodules cv2 ^ +--add-data "venv\Lib\site-packages\cv2;cv2" ^ --collect-all requests ^ --collect-all psutil ^ --collect-all msgpack ^ --collect-all zmq ^ --collect-all cryptography ^ ---collect-all cv2 ^ --collect-all numpy ^ --collect-all onnxruntime ^ --collect-all tensorrt ^ --collect-all pycuda ^ --collect-all pynvml ^ ---collect-all re ^ --collect-all boto3 ^ --hidden-import constants ^ --hidden-import annotation ^