未验证 提交 9dd1602c 编写于 作者: L Link 提交者: GitHub

Fix libsndfile.so not found (#2763)

Fix libsndfile.so not found
上级 f96fbc89
......@@ -2,7 +2,7 @@ FROM registry.baidubce.com/paddlepaddle/paddle:2.2.2
LABEL maintainer="paddlesl@baidu.com"
RUN apt-get update \
&& apt-get install libsndfile-dev \
&& apt-get install libsndfile-dev libsndfile1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册