Refine third parties links (#1764)

Signed-off-by: Spycsh <sihan.chen@intel.com>
This commit is contained in:
Spycsh
2025-04-08 18:39:13 +08:00
committed by GitHub
parent 12932477ee
commit d4952d1e7c
18 changed files with 107 additions and 107 deletions

View File

@@ -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