fix: check miniconda base

This commit is contained in:
Félix Voituret
2020-06-18 20:57:02 +02:00
parent dfbc579ab8
commit 05444e4acd
3 changed files with 2 additions and 8 deletions

View File

@@ -7,8 +7,6 @@ ARG SPLEETER_VERSION=1.5.3
ENV MODEL_PATH /model
RUN mkdir -p /model
COPY audio_example.mp3 .
RUN apt-get update && apt-get install -y ffmpeg libsndfile1
RUN pip install musdb museval
RUN pip install ${SPLEETER_PACKAGE}==${SPLEETER_VERSION}