@@ -50,3 +50,51 @@ services:
5050 dockerfile : comps/third_parties/vllm/src/Dockerfile.amd_gpu
5151 shm_size : ' 128g'
5252 image : ${REGISTRY:-opea}/vllm-rocm:${TAG:-latest}
53+ whisper :
54+ build :
55+ dockerfile : comps/third_parties/whisper/src/Dockerfile
56+ image : ${REGISTRY:-opea}/whisper:${TAG:-latest}
57+ whisper-gaudi :
58+ build :
59+ dockerfile : comps/third_parties/whisper/src/Dockerfile.intel_hpu
60+ image : ${REGISTRY:-opea}/whisper-gaudi:${TAG:-latest}
61+ speecht5 :
62+ build :
63+ dockerfile : comps/third_parties/speecht5/src/Dockerfile
64+ image : ${REGISTRY:-opea}/speecht5:${TAG:-latest}
65+ speecht5-gaudi :
66+ build :
67+ dockerfile : comps/third_parties/speecht5/src/Dockerfile.intel_hpu
68+ image : ${REGISTRY:-opea}/speecht5-gaudi:${TAG:-latest}
69+ gpt-sovits :
70+ build :
71+ dockerfile : comps/third_parties/gpt-sovits/src/Dockerfile
72+ image : ${REGISTRY:-opea}/gpt-sovits:${TAG:-latest}
73+ lvm-video-llama :
74+ build :
75+ dockerfile : comps/third_parties/video-llama/src/Dockerfile
76+ image : ${REGISTRY:-opea}/lvm-video-llama:${TAG:-latest}
77+ lvm-llava :
78+ build :
79+ dockerfile : comps/third_parties/llava/src/Dockerfile
80+ image : ${REGISTRY:-opea}/lvm-llava:${TAG:-latest}
81+ lvm-llava-gaudi :
82+ build :
83+ dockerfile : comps/third_parties/llava/src/Dockerfile.intel_hpu
84+ image : ${REGISTRY:-opea}/lvm-llava-gaudi:${TAG:-latest}
85+ lvm-predictionguard :
86+ build :
87+ dockerfile : comps/third_parties/predictionguard/src/Dockerfile
88+ image : ${REGISTRY:-opea}/lvm-predictionguard:${TAG:-latest}
89+ lvm-llama-vision :
90+ build :
91+ dockerfile : comps/third_parties/llama-vision/src/Dockerfile
92+ image : ${REGISTRY:-opea}/lvm-llama-vision:${TAG:-latest}
93+ lvm-llama-vision-tp :
94+ build :
95+ dockerfile : comps/third_parties/llama-vision/src/Dockerfile.tp
96+ image : ${REGISTRY:-opea}/lvm-llama-vision-tp:${TAG:-latest}
97+ lvm-llama-vision-guard :
98+ build :
99+ dockerfile : comps/third_parties/llama-vision/src/Dockerfile.guard
100+ image : ${REGISTRY:-opea}/lvm-llama-vision-guard:${TAG:-latest}
0 commit comments