Skip to content

Commit

Permalink
modify lvms path
Browse files Browse the repository at this point in the history
Signed-off-by: letonghan <[email protected]>
  • Loading branch information
letonghan committed Dec 20, 2024
1 parent c03e1c4 commit d78c1d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dataprep/test_dataprep_multimodal_redis_langchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ function build_docker_images() {
function build_lvm_docker_images() {
cd $WORKPATH
echo $(pwd)
docker build --no-cache -t opea/lvm-llava:comps -f comps/lvms/src/llava/dependency/Dockerfile .
docker build --no-cache -t opea/lvm-llava:comps -f comps/lvms/llava/dependency/Dockerfile .
if [ $? -ne 0 ]; then
echo "opea/lvm-llava built fail"
exit 1
else
echo "opea/lvm-llava built successful"
fi
docker build --no-cache -t opea/lvm-llava-svc:comps -f comps/lvms/src/llava/Dockerfile .
docker build --no-cache -t opea/lvm-llava-svc:comps -f comps/lvms/llava/Dockerfile .
if [ $? -ne 0 ]; then
echo "opea/lvm-llava-svc built fail"
exit 1
Expand Down

0 comments on commit d78c1d3

Please sign in to comment.