mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-05 18:09:24 +08:00
add triton solution
This commit is contained in:
6
runtime/triton_trtllm/Dockerfile.server
Normal file
6
runtime/triton_trtllm/Dockerfile.server
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM nvcr.io/nvidia/tritonserver:25.06-trtllm-python-py3
|
||||
RUN apt-get update && apt-get install -y cmake
|
||||
RUN git clone https://github.com/pytorch/audio.git && cd audio && git checkout c670ad8 && PATH=/usr/local/cuda/bin:$PATH python3 setup.py develop
|
||||
COPY ./requirements.txt /workspace/requirements.txt
|
||||
RUN pip install -r /workspace/requirements.txt
|
||||
WORKDIR /workspace
|
||||
Reference in New Issue
Block a user