mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
build(container): remove uv once done
When we are done installing package, let's remove uv. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
44eb308d9c
commit
7db80df116
1 changed files with 5 additions and 0 deletions
|
@ -165,6 +165,11 @@ EOF
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# remove uv after installation
|
||||||
|
add_to_container << EOF
|
||||||
|
RUN pip uninstall -y uv
|
||||||
|
EOF
|
||||||
|
|
||||||
# if template_or_config ends with .yaml, it is not a template and we should not use the --template flag
|
# if template_or_config ends with .yaml, it is not a template and we should not use the --template flag
|
||||||
if [[ "$template_or_config" != *.yaml ]]; then
|
if [[ "$template_or_config" != *.yaml ]]; then
|
||||||
add_to_container << EOF
|
add_to_container << EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue