add sensevoice & cosevoice (#2562)
Signed-off-by: EthanD <EthanD4869@gmail.com> Co-authored-by: EthanD <EthanD4869@gmail.com>
This commit is contained in:
12
python/sensevoice/Dockerfile
Normal file
12
python/sensevoice/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
#FROM yiminger/sensevoice:latest
|
||||
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
|
||||
|
||||
COPY ./app /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
#COPY main.py /app/main.py
|
||||
|
||||
RUN pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
CMD ["python3","main.py"]
|
||||
Reference in New Issue
Block a user