Refine third parties links (#1764)

Signed-off-by: Spycsh <sihan.chen@intel.com>
This commit is contained in:
Spycsh
2025-04-08 18:39:13 +08:00
committed by GitHub
parent 12932477ee
commit d4952d1e7c
18 changed files with 107 additions and 107 deletions

View File

@@ -71,7 +71,7 @@ docker build -t opea/reranking:latest --build-arg https_proxy=$https_proxy --bui
### 4. Build LVM Image (Xeon)
```bash
docker build -t opea/lvm-video-llama:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/lvms/src/integrations/dependency/video-llama/Dockerfile .
docker build -t opea/lvm-video-llama:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/video-llama/src/Dockerfile .
# LVM Service Image
docker build -t opea/lvm:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/lvms/src/Dockerfile .