From f0211ffb7004e1aec58fd88c85741317d08b46fc Mon Sep 17 00:00:00 2001 From: Eric Huang Date: Mon, 22 Sep 2025 21:25:09 -0700 Subject: [PATCH] chore: fix build # What does this PR do? ## Test Plan --- llama_stack/core/build_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/core/build_container.sh b/llama_stack/core/build_container.sh index 424b40a9d..29964f324 100755 --- a/llama_stack/core/build_container.sh +++ b/llama_stack/core/build_container.sh @@ -164,7 +164,7 @@ RUN apt-get update && apt-get install -y \ procps psmisc lsof \ traceroute \ bubblewrap \ - gcc \ + gcc g++ \ && rm -rf /var/lib/apt/lists/* ENV UV_SYSTEM_PYTHON=1