You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
474 B

# xz_cable_setup_check_tool.py build
pyinstaller --onefile \
--paths=/home/gyou/NexusBench-baihe-br/nexusbench \
--paths=/home/gyou/NexusBench-baihe-br/nexusbench/log \
--paths=/home/gyou/NexusBench-baihe-br/nexusbench/connection \
--paths=/home/gyou/NexusBench-baihe-br/nexusbench/gpu/biren \
--add-binary '/lib64/libz.so.1:/lib64' \
/home/gyou/NexusBench-baihe-br/nexusbench/biren_test.py
--hidden-import=log.logger \
--hidden-import=connection.ssh_connection_manager \