From 8c65cbf064512d0b482934cb42ce119afbbfd453 Mon Sep 17 00:00:00 2001 From: Josh Meyer Date: Mon, 14 Jun 2021 16:09:26 -0400 Subject: [PATCH] Add missing Sox library for processing MP3 data --- Dockerfile.train | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.train b/Dockerfile.train index d3a1cc84..0245564d 100644 --- a/Dockerfile.train +++ b/Dockerfile.train @@ -53,7 +53,8 @@ RUN apt-get update && \ libopus0 \ libopusfile0 \ libsndfile1 \ - sox && \ + sox \ + libsox-fmt-mp3 && \ apt-get purge -y python3-xdg && \ rm -rf /var/lib/apt/lists/