mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
fix: libsndfile dep
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:3.6
|
||||
|
||||
RUN apt-get update && apt-get install -y ffmpeg libsndfile
|
||||
RUN apt-get update && apt-get install -y ffmpeg libsndfile1
|
||||
RUN pip install musdb museval
|
||||
RUN pip install spleeter
|
||||
RUN mkdir -p /model
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM python:3.7
|
||||
|
||||
RUN apt-get update && apt-get install -y ffmpeg libsndfile
|
||||
RUN apt-get update && apt-get install -y ffmpeg libsndfile1
|
||||
RUN pip install musdb museval
|
||||
RUN pip install spleeter
|
||||
RUN mkdir -p /model
|
||||
|
||||
Reference in New Issue
Block a user