1
0
Fork 0

fix(exe): copy entrypoint script to correct location before bundling

This commit is contained in:
Sean Sube 2023-04-30 14:56:24 -05:00
parent c0cebcf06d
commit 124014b8b5
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 4 additions and 0 deletions

1
api/.gitignore vendored
View File

@ -1,5 +1,6 @@
.coverage
coverage.xml
entry.py
*.log
*.swp

View File

@ -1,6 +1,9 @@
REM activate venv
..\api\onnx_env\Scripts\Activate.bat
REM copy entry script
copy .\entry.py ..\api\entry.py
REM build bundle
pyinstaller win10.directml.dir.spec --noconfirm