wenet-e2e / wespeaker

Research and Production Oriented Speaker Verification, Recognition and Diarization Toolkit
Apache License 2.0
707 stars 116 forks source link

tritonserver install problem. #334

Open noname111234 opened 3 months ago

noname111234 commented 3 months ago

There are some erros based on your Dockerfile.

  1. cupy cuml cudf cugraph was not installed.

Here is your Dockerfile

FROM nvcr.io/nvidia/tritonserver:22.07-py3 LABEL maintainer="NVIDIA" LABEL repository="tritonserver"

RUN apt-get update && apt-get -y install swig && apt-get -y install python3-dev && apt-get install -y cmake RUN pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html RUN pip3 install -v kaldifeat RUN python3 -m pip install cupy RUN python3 -m pip install soundfile RUN pip3 install --upgrade pip RUN pip install --extra-index-url https://pypi.nvidia.com cudf_cu11 RUN pip install --extra-index-url https://pypi.nvidia.com cuml_cu11 RUN pip install --extra-index-url https://pypi.nvidia.com cugraph_cu11

Can you re-share updated Dockerfile?

JiJiJiang commented 3 months ago

@wd929 Please follow this issue

wd929 commented 3 months ago

Hi, I have pre-built docker image in docker.io. Could you please first try it? docker pull wd929/wespeaker_server:v1 BTW, I'm now working on re-building the image using the same dockerfile and also will try to upgrade the triton version. Thanks!

humblemh commented 1 month ago

same issue. Thanks in advance