Update build.cmd

updated collection of libs/submodules for cv2
This commit is contained in:
Deen
2025-04-30 12:52:50 +03:00
committed by GitHub
parent 42a0c37913
commit 4bca61d859
+2 -3
View File
@@ -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 ^