Update llama_cpp/Dockerfile
new day new dep
This commit is contained in:
parent
e091a1542e
commit
5067098202
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ RUN adduser --disabled-password --gecos '' --uid ${U_ID} ${U_NAME}
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
cmake g++ \
|
cmake g++ \
|
||||||
|
libcurl4-openssl-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /home/${U_NAME}
|
WORKDIR /home/${U_NAME}
|
||||||
|
|
Reference in a new issue