File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ docker build -t opea/speecht5:latest --build-arg https_proxy=$https_proxy --buil
30
30
### 5. Build Animation Image
31
31
32
32
``` 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 .
34
34
35
35
docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src/Dockerfile .
36
36
```
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ docker build -t opea/speecht5-gaudi:latest --build-arg https_proxy=$https_proxy
30
30
### 5. Build Animation Image
31
31
32
32
``` 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 .
34
34
35
35
docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src/Dockerfile .
36
36
```
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ services:
56
56
wav2lip-gaudi :
57
57
build :
58
58
context : GenAIComps
59
- dockerfile : comps/animation/src/integration/dependency /Dockerfile.intel_hpu
59
+ dockerfile : comps/3rd_parties/wav2lip/src /Dockerfile.intel_hpu
60
60
extends : avatarchatbot
61
61
image : ${REGISTRY:-opea}/wav2lip-gaudi:${TAG:-latest}
62
62
wav2lip :
63
63
build :
64
64
context : GenAIComps
65
- dockerfile : comps/animation/src/integration/dependency /Dockerfile
65
+ dockerfile : comps/3rd_parties/wav2lip/src /Dockerfile
66
66
extends : avatarchatbot
67
67
image : ${REGISTRY:-opea}/wav2lip:${TAG:-latest}
68
68
animation :
You can’t perform that action at this time.
0 commit comments