mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
chore: fix build
# What does this PR do? ## Test Plan
This commit is contained in:
parent
8d8261961e
commit
7650d2c96a
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ WORKDIR /app
|
||||||
|
|
||||||
RUN dnf -y update && dnf install -y iputils git net-tools wget \
|
RUN dnf -y update && dnf install -y iputils git net-tools wget \
|
||||||
vim-minimal python3.12 python3.12-pip python3.12-wheel \
|
vim-minimal python3.12 python3.12-pip python3.12-wheel \
|
||||||
python3.12-setuptools python3.12-devel gcc make && \
|
python3.12-setuptools python3.12-devel gcc gcc-c++ make && \
|
||||||
ln -s /bin/pip3.12 /bin/pip && ln -s /bin/python3.12 /bin/python && dnf clean all
|
ln -s /bin/pip3.12 /bin/pip && ln -s /bin/python3.12 /bin/python && dnf clean all
|
||||||
|
|
||||||
ENV UV_SYSTEM_PYTHON=1
|
ENV UV_SYSTEM_PYTHON=1
|
||||||
|
@ -164,7 +164,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
procps psmisc lsof \
|
procps psmisc lsof \
|
||||||
traceroute \
|
traceroute \
|
||||||
bubblewrap \
|
bubblewrap \
|
||||||
gcc \
|
gcc g++ \
|
||||||
&& 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