merge code repo for sensevoice and whisper
This commit is contained in:
7
Dockerfile_sensevoice
Normal file
7
Dockerfile_sensevoice
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM corex:3.2.1
|
||||
|
||||
WORKDIR /workspace
|
||||
COPY requirements_sensevoice.txt constraints_sensevoice.txt server_sensevoice.py launch_sensevoice.sh /workspace/
|
||||
RUN pip install -r requirements_sensevoice.txt -c constraints_sensevoice.txt
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "launch_sensevoice.sh"]
|
||||
Reference in New Issue
Block a user