Update llama_cpp/Dockerfile

new day new dep
This commit is contained in:
dab 2025-05-01 19:05:38 +00:00
parent e091a1542e
commit 5067098202

View file

@ -7,6 +7,7 @@ RUN adduser --disabled-password --gecos '' --uid ${U_ID} ${U_NAME}
RUN apt-get update && apt-get install -y \
git \
cmake g++ \
libcurl4-openssl-dev \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /home/${U_NAME}