From 5a33db632f928eeee217cd9498937f3f87109ff1 Mon Sep 17 00:00:00 2001 From: Sajikumar JS Date: Mon, 24 Mar 2025 23:52:36 +0530 Subject: [PATCH] remove gcc and g++ rebased with master --- llama_stack/distribution/build_container.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/llama_stack/distribution/build_container.sh b/llama_stack/distribution/build_container.sh index 9b24f8250..ed83b7bff 100755 --- a/llama_stack/distribution/build_container.sh +++ b/llama_stack/distribution/build_container.sh @@ -85,8 +85,6 @@ FROM $container_base WORKDIR /app RUN apt-get update && apt-get install -y \ - gcc \ - g++ \ iputils-ping net-tools iproute2 dnsutils telnet \ curl wget telnet \ procps psmisc lsof \