mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 18:50:44 +00:00
missing gcc package
This commit is contained in:
parent
ea6a4a14ce
commit
55ecec8697
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
procps psmisc lsof \
|
procps psmisc lsof \
|
||||||
traceroute \
|
traceroute \
|
||||||
bubblewrap \
|
bubblewrap \
|
||||||
|
gcc \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV UV_SYSTEM_PYTHON=1
|
ENV UV_SYSTEM_PYTHON=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue