Skip to content

Commit 65c0639

Browse files
committed
Updated
1 parent b508c04 commit 65c0639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.llamacpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ARG ARCH
99
ARG BASE_IMAGE_BUILD
1010
ARG BASE_IMAGE_RUNTIME
1111

12-
RUN apt-get -y install libcurl4-openssl-dev
12+
RUN apt-get update \
13+
&& apt-get -y install libcurl4-openssl-dev
1314
WORKDIR /app
1415
COPY . .
1516
RUN LLAMA_CURL=1 GGML_CUDA=1 CUDA_DOCKER_ARCH=all make -j$(nproc) llama-server

0 commit comments

Comments
 (0)