refactor: docker layout

This commit is contained in:
Félix Voituret
2019-11-21 13:50:10 +01:00
parent d273b76e46
commit 83bf26553c
18 changed files with 25 additions and 85 deletions

View File

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