refactor: docker images

This commit is contained in:
Félix Voituret
2019-11-21 12:25:25 +01:00
parent 5602d52041
commit 14b7eb2bab
19 changed files with 49 additions and 99 deletions

View File

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