refactor: freeze spleeter version

This commit is contained in:
Félix Voituret
2019-11-21 12:52:09 +01:00
parent 20832aad99
commit 0dce26c10e
5 changed files with 20 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ FROM python:3.7
RUN apt-get update && apt-get install -y ffmpeg libsndfile1
RUN pip install musdb museval
RUN pip install spleeter
RUN pip install spleeter==1.4.4
RUN mkdir -p /model
ENV MODEL_PATH /model
ENTRYPOINT ["spleeter"]