mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
Ensure build_container does not fail on missing special_pip_deps
This commit is contained in:
parent
1842eeb96f
commit
8dc9be9aa3
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,8 @@ if [ "$#" -lt 6 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
special_pip_deps="$7"
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
template_or_config="$1"
|
||||
|
@ -32,7 +34,6 @@ container_base="$3"
|
|||
build_file_path="$4"
|
||||
host_build_dir="$5"
|
||||
pip_dependencies="$6"
|
||||
special_pip_deps="$7"
|
||||
|
||||
|
||||
# Define color codes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue