mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: libsndfile dep
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM python:3.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 musdb museval
|
||||||
RUN pip install spleeter
|
RUN pip install spleeter
|
||||||
RUN mkdir -p /model
|
RUN mkdir -p /model
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM python:3.7
|
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 musdb museval
|
||||||
RUN pip install spleeter
|
RUN pip install spleeter
|
||||||
RUN mkdir -p /model
|
RUN mkdir -p /model
|
||||||
|
|||||||
Reference in New Issue
Block a user