mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
🐛 Fix conda installation
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [cpu, gpu]
|
platform: [cpu, gpu]
|
||||||
distribution: [3.7, 3.8, conda]
|
distribution: [3.6, 3.7, 3.8, conda]
|
||||||
model: [modelless, 2stems, 4stems, 5stems]
|
model: [modelless, 2stems, 4stems, 5stems]
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ ARG SPLEETER_VERSION=1.5.3
|
|||||||
ENV MODEL_PATH /model
|
ENV MODEL_PATH /model
|
||||||
|
|
||||||
RUN mkdir -p /model
|
RUN mkdir -p /model
|
||||||
|
RUN conda config --add channels conda-forge
|
||||||
RUN conda install -y -c conda-forge musdb
|
RUN conda install -y -c conda-forge musdb
|
||||||
RUN conda install -y -c conda-forge spleeter==${SPLEETER_VERSION}
|
RUN conda install -y -c deezer-research spleeter
|
||||||
COPY docker/conda-entrypoint.sh spleeter-entrypoint.sh
|
COPY docker/conda-entrypoint.sh spleeter-entrypoint.sh
|
||||||
ENTRYPOINT ["/bin/bash", "spleeter-entrypoint.sh"]
|
ENTRYPOINT ["/bin/bash", "spleeter-entrypoint.sh"]
|
||||||
Reference in New Issue
Block a user