mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:56:31 +00:00
Update build.cmd
no-cache-dir for pip install
This commit is contained in:
@@ -11,7 +11,7 @@ echo install python and dependencies
|
|||||||
python -m venv venv
|
python -m venv venv
|
||||||
|
|
||||||
venv\Scripts\python -m pip install --upgrade pip
|
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\pip install --upgrade pyinstaller pyinstaller-hooks-contrib
|
||||||
|
|
||||||
venv\Scripts\python setup.py build_ext --inplace
|
venv\Scripts\python setup.py build_ext --inplace
|
||||||
@@ -50,4 +50,4 @@ venv\Scripts\pyinstaller --name=azaion-inference ^
|
|||||||
start.py
|
start.py
|
||||||
|
|
||||||
xcopy /E dist\azaion-inference ..\dist\
|
xcopy /E dist\azaion-inference ..\dist\
|
||||||
copy config.production.yaml ..\dist\config.yaml
|
copy config.production.yaml ..\dist\config.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user