diff --git a/llama_cpp/Dockerfile b/llama_cpp/Dockerfile index 4234b5c..4fdf72a 100644 --- a/llama_cpp/Dockerfile +++ b/llama_cpp/Dockerfile @@ -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}