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

9
docker/conda.dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM continuumio/miniconda3:4.7.10
RUN conda install -y -c conda-forge musdb
# RUN conda install -y -c conda-forge museval
RUN conda install -y -c conda-forge spleeter=1.4.4
RUN mkdir -p /model
ENV MODEL_PATH /model
ENTRYPOINT ["spleeter"]