forked from phoenix-oss/llama-stack-mirror
Fix UBI9 image build when installing Python packages via uv (#926)
This was missed in https://github.com/meta-llama/llama-stack/pull/921. cc @ashwinb @hardikjshah Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
3b8d6578d0
commit
4773092dd1
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ RUN microdnf -y update && microdnf install -y iputils net-tools wget \
|
|||
vim-minimal python3.11 python3.11-pip python3.11-wheel \
|
||||
python3.11-setuptools && ln -s /bin/pip3.11 /bin/pip && ln -s /bin/python3.11 /bin/python && microdnf clean all
|
||||
|
||||
ENV UV_SYSTEM_PYTHON=1
|
||||
RUN pip install uv
|
||||
EOF
|
||||
else
|
||||
add_to_container << EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue