Refine third parties links (#1764)
Signed-off-by: Spycsh <sihan.chen@intel.com>
This commit is contained in:
@@ -28,7 +28,7 @@ cd GenAIComps
|
||||
The Whisper Service converts audio files to text. Follow these steps to build and run the service:
|
||||
|
||||
```bash
|
||||
docker build -t opea/whisper:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/asr/src/integrations/dependency/whisper/Dockerfile .
|
||||
docker build -t opea/whisper:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/whisper/src/Dockerfile .
|
||||
```
|
||||
|
||||
### 2. Build MegaService Docker Image
|
||||
|
||||
@@ -20,7 +20,7 @@ cd GenAIComps
|
||||
The Whisper Service converts audio files to text. Follow these steps to build and run the service:
|
||||
|
||||
```bash
|
||||
docker build -t opea/whisper:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/asr/src/integrations/dependency/whisper/Dockerfile .
|
||||
docker build -t opea/whisper:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/whisper/src/Dockerfile .
|
||||
```
|
||||
|
||||
### 2. Build MegaService Docker Image
|
||||
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
http_proxy: ${http_proxy}
|
||||
https_proxy: ${https_proxy}
|
||||
context: GenAIComps
|
||||
dockerfile: comps/asr/src/integrations/dependency/whisper/Dockerfile
|
||||
dockerfile: comps/third_parties/whisper/src/Dockerfile
|
||||
extends: docsum
|
||||
image: ${REGISTRY:-opea}/whisper:${TAG:-latest}
|
||||
llm-docsum:
|
||||
|
||||
Reference in New Issue
Block a user