fix: dockerfiles

This commit is contained in:
Félix Voituret
2019-11-22 15:17:21 +01:00
parent 0ba6c321ce
commit 85ff00797f
6 changed files with 26 additions and 10 deletions

View File

@@ -13,8 +13,11 @@ RUN apt-get update --fix-missing \
&& echo "conda activate base" >> ~/.bashrc \
&& ln -s /opt/conda/bin/conda /usr/bin/conda
COPY audio_example.mp3 .
RUN conda install -y -c conda-forge musdb
# RUN conda install -y -c conda-forge museval
RUN conda install -y -c conda-forge spleeter-gpu=1.4.5
ENTRYPOINT ["spleeter"]