Skip to content

Commit a99eb1b

Browse files
committed
fix(ci): refresh llama.cpp curl package pins
Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>
1 parent dbf48ba commit a99eb1b

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

managed-inference/images/llama-cpp/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ RUN apt-get update \
2929
build-essential=12.10ubuntu1 \
3030
ca-certificates=20260601~24.04.1 \
3131
cmake=3.28.3-1build7 \
32-
curl=8.5.0-2ubuntu10.11 \
32+
curl=8.5.0-2ubuntu10.12 \
3333
g++-14=14.2.0-4ubuntu2~24.04.1 \
3434
gcc-14=14.2.0-4ubuntu2~24.04.1 \
3535
golang-go=2:1.22~2build1 \
36-
libcurl4-openssl-dev=8.5.0-2ubuntu10.11 \
36+
libcurl4-openssl-dev=8.5.0-2ubuntu10.12 \
3737
libssl-dev=3.0.13-0ubuntu3.12 \
3838
&& rm -rf /var/lib/apt/lists/*
3939

@@ -123,7 +123,7 @@ RUN test -n "${CUDA_DEV_IMAGE}" \
123123
RUN apt-get update \
124124
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
125125
ca-certificates=20260601~24.04.1 \
126-
libcurl4t64=8.5.0-2ubuntu10.11 \
126+
libcurl4t64=8.5.0-2ubuntu10.12 \
127127
libgomp1=14.2.0-4ubuntu2~24.04.1 \
128128
&& groupadd --gid "${RUNTIME_GID}" nemoclaw-llama \
129129
&& useradd --uid "${RUNTIME_UID}" --gid "${RUNTIME_GID}" \

managed-inference/images/llama-cpp/image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ spec:
115115
build-essential: 12.10ubuntu1
116116
ca-certificates: 20260601~24.04.1
117117
cmake: 3.28.3-1build7
118-
curl: 8.5.0-2ubuntu10.11
118+
curl: 8.5.0-2ubuntu10.12
119119
g++-14: 14.2.0-4ubuntu2~24.04.1
120120
gcc-14: 14.2.0-4ubuntu2~24.04.1
121121
golang-go: 2:1.22~2build1
122-
libcurl4-openssl-dev: 8.5.0-2ubuntu10.11
122+
libcurl4-openssl-dev: 8.5.0-2ubuntu10.12
123123
libssl-dev: 3.0.13-0ubuntu3.12
124124
cmake:
125125
ggmlBackendDl: true
@@ -162,7 +162,7 @@ spec:
162162
- /usr/bin/sh
163163
packages:
164164
ca-certificates: 20260601~24.04.1
165-
libcurl4t64: 8.5.0-2ubuntu10.11
165+
libcurl4t64: 8.5.0-2ubuntu10.12
166166
libgomp1: 14.2.0-4ubuntu2~24.04.1
167167
writablePaths:
168168
- /tmp

scripts/checks/export-llama-cpp-image-config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -625,11 +625,11 @@ export function loadLlamaCppImageConfig(
625625
"build-essential": "12.10ubuntu1",
626626
"ca-certificates": "20260601~24.04.1",
627627
cmake: "3.28.3-1build7",
628-
curl: "8.5.0-2ubuntu10.11",
628+
curl: "8.5.0-2ubuntu10.12",
629629
"g++-14": "14.2.0-4ubuntu2~24.04.1",
630630
"gcc-14": "14.2.0-4ubuntu2~24.04.1",
631631
"golang-go": "2:1.22~2build1",
632-
"libcurl4-openssl-dev": "8.5.0-2ubuntu10.11",
632+
"libcurl4-openssl-dev": "8.5.0-2ubuntu10.12",
633633
"libssl-dev": "3.0.13-0ubuntu3.12",
634634
};
635635
const expectedCompiler = {
@@ -639,7 +639,7 @@ export function loadLlamaCppImageConfig(
639639
};
640640
const expectedRuntimePackages = {
641641
"ca-certificates": "20260601~24.04.1",
642-
libcurl4t64: "8.5.0-2ubuntu10.11",
642+
libcurl4t64: "8.5.0-2ubuntu10.12",
643643
libgomp1: "14.2.0-4ubuntu2~24.04.1",
644644
};
645645
const expectedRequiredPaths = [

0 commit comments

Comments
 (0)