feat: add dockerfiles for model embedded dist

This commit is contained in:
Félix Voituret
2019-11-05 15:27:20 +01:00
parent bdf09d9a25
commit 4e4c248f2e
16 changed files with 98 additions and 0 deletions

View File

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