mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-03-30 20:29:11 +00:00
feat: add docker workflow
This commit is contained in:
5
docker/cpu/conda-5stems.dockerfile
Normal file
5
docker/cpu/conda-5stems.dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM deezer/spleeter:conda
|
||||
|
||||
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/
|
||||
Reference in New Issue
Block a user