You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
There are some erros based on your Dockerfile.
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?
The text was updated successfully, but these errors were encountered: