mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
refactor: docker layout
This commit is contained in:
8
docker/python-3.6.dockerfile
Normal file
8
docker/python-3.6.dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.6
|
||||
|
||||
RUN apt-get update && apt-get install -y ffmpeg libsndfile1
|
||||
RUN pip install musdb museval
|
||||
RUN pip install spleeter==1.4.4
|
||||
RUN mkdir -p /model
|
||||
ENV MODEL_PATH /model
|
||||
ENTRYPOINT ["spleeter"]
|
||||
Reference in New Issue
Block a user