Merge pull request #1887 from JRMeyer/dockerfile

Add dependencies for opus training
This commit is contained in:
Reuben Morais 2021-06-10 00:00:21 +02:00 committed by GitHub
commit bf07f35420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -17,9 +17,11 @@ RUN apt-get update && \
libboost-all-dev \
libbz2-dev \
libopus0 \
libopusfile0 \
libsndfile1 \
unzip \
wget && \
wget \
sox && \
apt-get purge -y python3-xdg && \
rm -rf /var/lib/apt/lists/