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

@@ -0,0 +1,5 @@
FROM deezer/spleeter:conda
RUN mkdir -p /model/2stems \
&& wget -O /tmp/2stems.tar.gz https://github.com/deezer/spleeter/releases/download/v1.4.0/2stems.tar.gz \
&& tar -xvzf /tmp/2stems.tar.gz -C /model/2stems/