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

@@ -56,13 +56,13 @@ services:
wav2lip-gaudi:
build:
context: GenAIComps
dockerfile: comps/animation/src/integration/dependency/Dockerfile.intel_hpu
dockerfile: comps/3rd_parties/wav2lip/src/Dockerfile.intel_hpu
extends: avatarchatbot
image: ${REGISTRY:-opea}/wav2lip-gaudi:${TAG:-latest}
wav2lip:
build:
context: GenAIComps
dockerfile: comps/animation/src/integration/dependency/Dockerfile
dockerfile: comps/3rd_parties/wav2lip/src/Dockerfile
extends: avatarchatbot
image: ${REGISTRY:-opea}/wav2lip:${TAG:-latest}
animation: