From 55ecec8697518dc8d79e172a22002dfbbc9b5bb3 Mon Sep 17 00:00:00 2001 From: Ryan Cook Date: Thu, 20 Mar 2025 15:37:25 -0400 Subject: [PATCH] missing gcc package --- llama_stack/distribution/build_container.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/llama_stack/distribution/build_container.sh b/llama_stack/distribution/build_container.sh index e949927d2..ed83b7bff 100755 --- a/llama_stack/distribution/build_container.sh +++ b/llama_stack/distribution/build_container.sh @@ -90,6 +90,7 @@ RUN apt-get update && apt-get install -y \ procps psmisc lsof \ traceroute \ bubblewrap \ + gcc \ && rm -rf /var/lib/apt/lists/* ENV UV_SYSTEM_PYTHON=1