mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
add jinja2 to build environments
This commit is contained in:
@@ -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:.' \
|
||||
|
||||
Reference in New Issue
Block a user