Skip to content

Commit 079a752

Browse files
committed
Add tag to VDMS container instead of latest
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
1 parent 9bb35c7 commit 079a752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VideoQnA/docker_compose/intel/cpu/xeon/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
services:
77
vdms-vector-db:
8-
image: intellabs/vdms:latest
8+
image: intellabs/vdms:v2.10.0
99
container_name: vdms-vector-db
1010
ports:
1111
- "${VDMS_PORT}:55555"

VideoQnA/tests/test_compose_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function build_docker_images() {
3434
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
3535
docker compose -f build.yaml build --no-cache 2>&1 > ${LOG_PATH}/docker_image_build.log
3636

37-
docker pull intellabs/vdms:latest
37+
docker pull intellabs/vdms:v2.10.0
3838
docker images && sleep 1s
3939
}
4040

0 commit comments

Comments
 (0)