From c2e93da0ce746eb7d6ffe79eec4f84c5d844328d Mon Sep 17 00:00:00 2001 From: Fernando Gutierrez Date: Wed, 3 Mar 2021 22:16:37 +1100 Subject: Reinstate audio spectrograms on Python 3 [#5610]. The `audiotospectrogram` module is a complete rewrite of the existing spectrogram code with support for Python 3. This allows us to drop the bundled `freesound` library and Python 2-only `audioprocessing` and `spectrogram` modules. Signed-off-by: Ben Sturmfels --- Dockerfile-debian-python3-sqlite | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile-debian-python3-sqlite') diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite index 42b2a964..ba30ecc5 100644 --- a/Dockerfile-debian-python3-sqlite +++ b/Dockerfile-debian-python3-sqlite @@ -81,7 +81,8 @@ gstreamer1.0-plugins-bad \ gstreamer1.0-plugins-base \ gstreamer1.0-plugins-good \ gstreamer1.0-plugins-ugly \ -python3-gst-1.0 +python3-gst-1.0 \ +python3-numpy # Install video dependencies. RUN apt-get install -y \ -- cgit v1.2.3