Skip to content

Commit f2e7696

Browse files
committed
Removed Whisper section in build.yaml of ProductivitySuite
Signed-off-by: Gurunath S <gurunath.s@intel.com>
1 parent b2d3370 commit f2e7696

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ProductivitySuite/docker_image_build/build.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,4 @@ services:
8383
dockerfile: comps/llms/src/doc-summarization/Dockerfile
8484
extends: docsum
8585
image: ${REGISTRY:-opea}/llm-docsum:${TAG:-latest}
86-
whisper:
87-
build:
88-
args:
89-
http_proxy: ${http_proxy}
90-
https_proxy: ${https_proxy}
91-
context: GenAIComps
92-
dockerfile: comps/third_parties/whisper/src/Dockerfile
93-
extends: docsum
94-
image: ${REGISTRY:-opea}/whisper:${TAG:-latest}
86+

0 commit comments

Comments
 (0)