mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
feat: add dockerfiles for model embedded dist
This commit is contained in:
5
docker/gpu/conda-gpu-5-stems.dockerfile
Normal file
5
docker/gpu/conda-gpu-5-stems.dockerfile
Normal 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/
|
||||
Reference in New Issue
Block a user