feat: add docker workflow

This commit is contained in:
Félix Voituret
2019-11-19 11:50:57 +01:00
parent 33a0e4248d
commit b3f5085d5c
5 changed files with 210 additions and 8 deletions

View File

@@ -1,12 +1,7 @@
FROM continuumio/miniconda3:4.7.10
RUN conda install -y ipython \
&& conda install -y tensorflow==1.14.0 \
&& conda install -y -c conda-forge ffmpeg \
&& conda install -y -c conda-forge libsndfile \
&& conda install -y -c anaconda pandas==0.25.1 \
RUN conda install -y -c conda-forge spleeter
RUN mkdir -p /model
ENV MODEL_PATH /model
RUN pip install spleeter
ENTRYPOINT ["spleeter"]