merge code repo for sensevoice and whisper
This commit is contained in:
10
Dockerfile_whisper
Normal file
10
Dockerfile_whisper
Normal 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"]
|
||||
Reference in New Issue
Block a user