add contributor info

This commit is contained in:
lyuxiang.lx
2025-08-05 11:15:42 +08:00
parent 1850e2a56e
commit 05bdf4c769
4 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
FROM nvcr.io/nvidia/tritonserver:25.06-trtllm-python-py3
LABEL maintainer="zhangyuekai@foxmail.com"
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