We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb35c7 commit 079a752Copy full SHA for 079a752
VideoQnA/docker_compose/intel/cpu/xeon/compose.yaml
@@ -5,7 +5,7 @@
5
6
services:
7
vdms-vector-db:
8
- image: intellabs/vdms:latest
+ image: intellabs/vdms:v2.10.0
9
container_name: vdms-vector-db
10
ports:
11
- "${VDMS_PORT}:55555"
VideoQnA/tests/test_compose_on_xeon.sh
@@ -34,7 +34,7 @@ function build_docker_images() {
34
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
35
docker compose -f build.yaml build --no-cache 2>&1 > ${LOG_PATH}/docker_image_build.log
36
37
- docker pull intellabs/vdms:latest
+ docker pull intellabs/vdms:v2.10.0
38
docker images && sleep 1s
39
}
40
0 commit comments