merge code repo for sensevoice and whisper

This commit is contained in:
zhousha
2025-08-12 15:03:58 +08:00
commit 8c4e98688a
12 changed files with 116 additions and 0 deletions

10
Dockerfile_whisper Normal file
View File

@@ -0,0 +1,10 @@
FROM zibo.harbor.iluvatar.com.cn:30000/saas/bi100-3.2.1-x86-ubuntu20.04-py3.10-poc-llm-infer:v1.2.2
RUN mkdir /workspace
WORKDIR /workspace/
COPY asr_server_whisper.py /workspace/asr_server_whisper.py
COPY ./launch_service /workspace/launch_service
COPY whisper-tiny /model
ENTRYPOINT ["./launch_service"]