mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
fix: switch up to 1.4.5
This commit is contained in:
@@ -2,7 +2,7 @@ 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 pip install spleeter==1.4.5
|
||||
RUN mkdir -p /model
|
||||
ENV MODEL_PATH /model
|
||||
ENTRYPOINT ["spleeter"]
|
||||
Reference in New Issue
Block a user