mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:56:30 +00:00
fix initialization, throttle operations
day/winter/night switcher fixes
This commit is contained in:
+7
-3
@@ -1,6 +1,5 @@
|
||||
@echo off
|
||||
|
||||
|
||||
cd Azaion.Suite
|
||||
echo Build .net app
|
||||
dotnet build -c Release
|
||||
@@ -17,7 +16,7 @@ move dist\Azaion.Annotator.dll dist\dummy\
|
||||
move dist\Azaion.Dataset.dll dist\dummy\
|
||||
|
||||
echo Build Cython app
|
||||
cd Azaion.Inference\
|
||||
cd Azaion.Inference
|
||||
call ".\venv\Scripts\activate.bat"
|
||||
pyinstaller --onefile ^
|
||||
--collect-all jwt ^
|
||||
@@ -42,4 +41,9 @@ pyinstaller --onefile ^
|
||||
--hidden-import inference ^
|
||||
--hidden-import remote_command_handler ^
|
||||
start.py
|
||||
move dist\start.exe ..\dist\azaion-inference.exe
|
||||
move dist\start.exe ..\dist\azaion-inference.exe
|
||||
copy config.yaml ..\dist
|
||||
|
||||
echo Copy ico
|
||||
cd ..
|
||||
copy logo.ico dist\
|
||||
Reference in New Issue
Block a user