verify dockers

This commit is contained in:
Xi Yan 2024-10-21 17:23:44 -07:00
parent cf27d19dd5
commit abde9c1888
11 changed files with 116 additions and 38 deletions

View file

@ -15,7 +15,7 @@ special_pip_deps="$6"
set -euo pipefail
build_name="$1"
image_name="llamastack-$build_name"
image_name="distribution-$build_name"
docker_base=$2
build_file_path=$3
host_build_dir=$4