From 71fe1f31f483ebfa70e96fab80670c1c2c7b906c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=98=A5=E4=B9=94?= <83450930+Liyulingyue@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:30:56 +0800 Subject: [PATCH] Update Dockerfile --- docker/ubuntu18-cpu/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/ubuntu18-cpu/Dockerfile b/docker/ubuntu18-cpu/Dockerfile index 193b24ed1..adec4fc0c 100644 --- a/docker/ubuntu18-cpu/Dockerfile +++ b/docker/ubuntu18-cpu/Dockerfile @@ -2,7 +2,7 @@ FROM registry.baidubce.com/paddlepaddle/paddle:3.0.0b1 LABEL maintainer="paddlesl@baidu.com" RUN apt-get update \ - && apt-get install libsndfile-dev libsndfile1 \ + && apt-get install -y libsndfile-dev libsndfile1 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* @@ -11,6 +11,7 @@ RUN pip3 uninstall mccabe -y ; exit 0; RUN pip3 install multiprocess==0.70.12 importlib-metadata==4.2.0 dill==0.3.4 WORKDIR /home/PaddleSpeech/ +RUN pip3 install setuptools wheel RUN python setup.py bdist_wheel RUN pip install dist/*.whl -i https://pypi.tuna.tsinghua.edu.cn/simple