From 47a925f5af3c5c5cb61b60dd274566287529ed2a Mon Sep 17 00:00:00 2001 From: Deen Date: Wed, 30 Apr 2025 12:17:19 +0300 Subject: [PATCH] Update build.cmd no-cache-dir for pip install --- Azaion.Inference/build.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Azaion.Inference/build.cmd b/Azaion.Inference/build.cmd index b41b3a0..df5f179 100644 --- a/Azaion.Inference/build.cmd +++ b/Azaion.Inference/build.cmd @@ -11,7 +11,7 @@ echo install python and dependencies python -m venv venv venv\Scripts\python -m pip install --upgrade pip -venv\Scripts\pip install -r requirements.txt +venv\Scripts\pip install --no-cache-dir -r requirements.txt venv\Scripts\pip install --upgrade pyinstaller pyinstaller-hooks-contrib venv\Scripts\python setup.py build_ext --inplace @@ -50,4 +50,4 @@ venv\Scripts\pyinstaller --name=azaion-inference ^ start.py xcopy /E dist\azaion-inference ..\dist\ -copy config.production.yaml ..\dist\config.yaml \ No newline at end of file +copy config.production.yaml ..\dist\config.yaml