certs
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
FROM nvidia/cuda:12.8.1-devel-ubuntu24.04 AS build
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
git cmake build-essential libcurl4-openssl-dev \
|
||||
git cmake build-essential libcurl4-openssl-dev ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN git clone --depth 1 https://github.com/ggml-org/llama.cpp /src
|
||||
@@ -26,7 +26,7 @@ RUN cmake /src -B /build \
|
||||
FROM nvidia/cuda:12.8.1-runtime-ubuntu24.04
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libcurl4 libgomp1 curl \
|
||||
libcurl4 libgomp1 curl ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=build /build/bin/llama-server /usr/local/bin/llama-server
|
||||
|
||||
Reference in New Issue
Block a user