Update Dockerfile

pull/4018/head
张春乔 6 months ago committed by GitHub
parent e652d3b4c4
commit 47024d5999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,8 +2,8 @@ FROM registry.baidubce.com/paddlepaddle/paddle:3.0.0b1
LABEL maintainer="ext_paddle_oss@baidu.com"
RUN apt-get update \
&& apt-get install libsndfile-dev libsndfile1 \
&& apt-get clean \
&& apt-get install libsndfile-dev libsndfile1 -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
RUN git clone --depth 1 https://github.com/PaddlePaddle/PaddleSpeech.git /home/PaddleSpeech

Loading…
Cancel
Save