mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 04:32:53 +00:00
fix: dockerfiles
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user