We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d3370 commit f2e7696Copy full SHA for f2e7696
ProductivitySuite/docker_image_build/build.yaml
@@ -83,12 +83,4 @@ services:
83
dockerfile: comps/llms/src/doc-summarization/Dockerfile
84
extends: docsum
85
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}
+
0 commit comments