fix: switch up to 1.4.9

This commit is contained in:
Yusuke Goto
2020-01-01 16:51:22 +09:00
parent 5167f64cf6
commit d2604235ac
6 changed files with 6 additions and 6 deletions

View File

@@ -52,6 +52,6 @@ COPY audio_example.mp3 .
# Spleeter installation.
RUN apt-get update && apt-get install -y ffmpeg libsndfile1
RUN pip install musdb museval
RUN pip install spleeter-gpu==1.4.5
RUN pip install spleeter-gpu==1.4.9
ENTRYPOINT ["spleeter"]