mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 09:59:50 +00:00
add jinja2 to build environments
This commit is contained in:
parent
cdc18f0945
commit
8c60a886e1
7 changed files with 7 additions and 5 deletions
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
apt-get update && apt-get install -y build-essential && \
|
||||
apt-get update && apt-get install -y gcc-12 g++-12 && \
|
||||
export LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12:$LD_LIBRARY_PATH && \
|
||||
pip install customtkinter pyinstaller tk && \
|
||||
pip install customtkinter pyinstaller tk jinja2 && \
|
||||
cd /src && \
|
||||
pyinstaller --noconfirm --onefile --collect-all customtkinter --collect-all jinja2 --collect-all psutil \
|
||||
--add-data './koboldcpp_default.so:.' \
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Dependencies
|
||||
id: depends
|
||||
run: |
|
||||
pip install customtkinter pyinstaller tk
|
||||
pip install customtkinter pyinstaller tk jinja2
|
||||
|
||||
- name: Build
|
||||
id: make_build
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5
|
||||
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5 jinja2==3.1.6
|
||||
|
||||
- name: Display full Visual Studio info Before
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5
|
||||
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5 jinja2==3.1.6
|
||||
|
||||
- name: Display full Visual Studio info Before
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Install python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5
|
||||
pip install customtkinter==5.2.0 pyinstaller==5.12.0 psutil==5.9.5 jinja2==3.1.6
|
||||
|
||||
- name: Display full Visual Studio info Before
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue