File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ docker build -t opea/tts:latest --build-arg https_proxy=$https_proxy --build-arg
37
37
### 5. Build Animation Image
38
38
39
39
``` bash
40
- docker build -t opea/wav2lip:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/wav2lip /dependency/Dockerfile .
40
+ 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 .
41
41
42
- docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/wav2lip /Dockerfile .
42
+ docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src /Dockerfile .
43
43
```
44
44
45
45
### 6. Build MegaService Docker Image
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ docker build -t opea/tts:latest --build-arg https_proxy=$https_proxy --build-arg
37
37
### 5. Build Animation Image
38
38
39
39
``` bash
40
- docker build -t opea/wav2lip-gaudi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/wav2lip /dependency/Dockerfile.intel_hpu .
40
+ 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 .
41
41
42
- docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/wav2lip /Dockerfile .
42
+ docker build -t opea/animation:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/animation/src /Dockerfile .
43
43
```
44
44
45
45
### 6. Build MegaService Docker Image
Original file line number Diff line number Diff line change @@ -56,18 +56,18 @@ services:
56
56
wav2lip-gaudi :
57
57
build :
58
58
context : GenAIComps
59
- dockerfile : comps/animation/wav2lip /dependency/Dockerfile.intel_hpu
59
+ dockerfile : comps/animation/src/integration /dependency/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/wav2lip /dependency/Dockerfile
65
+ dockerfile : comps/animation/src/integration /dependency/Dockerfile
66
66
extends : avatarchatbot
67
67
image : ${REGISTRY:-opea}/wav2lip:${TAG:-latest}
68
68
animation :
69
69
build :
70
70
context : GenAIComps
71
- dockerfile : comps/animation/wav2lip /Dockerfile
71
+ dockerfile : comps/animation/src /Dockerfile
72
72
extends : avatarchatbot
73
73
image : ${REGISTRY:-opea}/animation:${TAG:-latest}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ function start_services() {
64
64
export WAV2LIP_PORT=7860
65
65
export INFERENCE_MODE=' wav2lip+gfpgan'
66
66
export CHECKPOINT_PATH=' /usr/local/lib/python3.10/dist-packages/Wav2Lip/checkpoints/wav2lip_gan.pth'
67
- export FACE=" assets/img/avatar1.jpg"
67
+ export FACE=" /home/user/comps/animation/src/ assets/img/avatar1.jpg"
68
68
# export AUDIO='assets/audio/eg3_ref.wav' # audio file path is optional, will use base64str in the post request as input if is 'None'
69
69
export AUDIO=' None'
70
70
export FACESIZE=96
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ function start_services() {
64
64
export WAV2LIP_PORT=7860
65
65
export INFERENCE_MODE=' wav2lip+gfpgan'
66
66
export CHECKPOINT_PATH=' /usr/local/lib/python3.11/site-packages/Wav2Lip/checkpoints/wav2lip_gan.pth'
67
- export FACE=" assets/img/avatar5.png"
67
+ export FACE=" /home/user/comps/animation/src/ assets/img/avatar5.png"
68
68
# export AUDIO='assets/audio/eg3_ref.wav' # audio file path is optional, will use base64str in the post request as input if is 'None'
69
69
export AUDIO=' None'
70
70
export FACESIZE=96
You can’t perform that action at this time.
0 commit comments