Fix for animation dockerfile path. (#1371)

Signed-off-by: Yao, Qing <qing.yao@intel.com>
Co-authored-by: chen, suyue <suyue.chen@intel.com>
This commit is contained in:
Yao Qing
2025-01-10 11:44:57 +08:00
committed by GitHub
parent c795ef2203
commit 7a3dfa90ca
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ docker build -t opea/speecht5:latest --build-arg https_proxy=$https_proxy --buil
### 5. Build Animation Image
```bash
docker build -t opea/wav2lip:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src/integration/dependency/Dockerfile .
docker build -t opea/wav2lip:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/wav2lip/src/Dockerfile .
docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src/Dockerfile .
```