Explorar el Código

build(asr_agent): add onnxruntime dependency

为asr_agent服务添加onnxruntime运行时依赖包,用于支持相关语音识别功能
wenhongquan hace 2 meses
padre
commit
3d398e2baf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      asr_agent/Dockerfile

+ 1 - 0
asr_agent/Dockerfile

@@ -1,5 +1,6 @@
 FROM k8s.device.wenhq.top:8583/docker_r/asr-base:latest
 FROM k8s.device.wenhq.top:8583/docker_r/asr-base:latest
 
 
+RUN pip install --no-cache-dir onnxruntime
 COPY whisper_asr/ ./whisper_asr/
 COPY whisper_asr/ ./whisper_asr/
 COPY conversation_worker.py ./worker.py
 COPY conversation_worker.py ./worker.py