Skip to content

Commit 7a3dfa9

Browse files
yao531441chensuyue
andauthored
Fix for animation dockerfile path. (#1371)
Signed-off-by: Yao, Qing <qing.yao@intel.com> Co-authored-by: chen, suyue <suyue.chen@intel.com>
1 parent c795ef2 commit 7a3dfa9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AvatarChatbot/docker_compose/intel/cpu/xeon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docker build -t opea/speecht5:latest --build-arg https_proxy=$https_proxy --buil
3030
### 5. Build Animation Image
3131

3232
```bash
33-
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 .
33+
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 .
3434

3535
docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src/Dockerfile .
3636
```

AvatarChatbot/docker_compose/intel/hpu/gaudi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docker build -t opea/speecht5-gaudi:latest --build-arg https_proxy=$https_proxy
3030
### 5. Build Animation Image
3131

3232
```bash
33-
docker build -t opea/wav2lip-gaudi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src/integration/dependency/Dockerfile.intel_hpu .
33+
docker build -t opea/wav2lip-gaudi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/wav2lip/src/Dockerfile.intel_hpu .
3434

3535
docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src/Dockerfile .
3636
```

AvatarChatbot/docker_image_build/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ services:
5656
wav2lip-gaudi:
5757
build:
5858
context: GenAIComps
59-
dockerfile: comps/animation/src/integration/dependency/Dockerfile.intel_hpu
59+
dockerfile: comps/3rd_parties/wav2lip/src/Dockerfile.intel_hpu
6060
extends: avatarchatbot
6161
image: ${REGISTRY:-opea}/wav2lip-gaudi:${TAG:-latest}
6262
wav2lip:
6363
build:
6464
context: GenAIComps
65-
dockerfile: comps/animation/src/integration/dependency/Dockerfile
65+
dockerfile: comps/3rd_parties/wav2lip/src/Dockerfile
6666
extends: avatarchatbot
6767
image: ${REGISTRY:-opea}/wav2lip:${TAG:-latest}
6868
animation:

0 commit comments

Comments
 (0)