fix: libsndfile dep

This commit is contained in:
Félix Voituret
2019-11-21 12:34:24 +01:00
parent 897b0cf3b3
commit 20832aad99
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.6
RUN apt-get update && apt-get install -y ffmpeg libsndfile
RUN apt-get update && apt-get install -y ffmpeg libsndfile1
RUN pip install musdb museval
RUN pip install spleeter
RUN mkdir -p /model