mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
test
This commit is contained in:
parent
f5b123173d
commit
264d802007
1 changed files with 1 additions and 2 deletions
|
@ -56,10 +56,9 @@ jobs:
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
--platform linux/arm64 \
|
--platform linux/arm64 \
|
||||||
-v "${PWD}:/src" \
|
-v "${PWD}:/src" \
|
||||||
python:3.9-slim-bullseye \
|
python:3.9-slim \
|
||||||
/bin/bash -c "
|
/bin/bash -c "
|
||||||
apt-get update && apt-get install -y build-essential && \
|
apt-get update && apt-get install -y build-essential && \
|
||||||
apt-get install -y software-properties-common && \
|
|
||||||
apt-get update && apt-get install -y gcc-12 g++-12 && \
|
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 && \
|
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 && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue