fix: finally it work :'(

This commit is contained in:
Félix Voituret
2020-06-19 15:29:25 +02:00
parent 101fc49ff5
commit f642fb8602

View File

@@ -10,4 +10,4 @@ RUN mkdir -p /model
RUN conda install -y -c conda-forge musdb
RUN conda install -y -c conda-forge ${SPLEETER_PACKAGE}==${SPLEETER_VERSION}
COPY docker/conda-entrypoint.sh spleeter-entrypoint.sh
ENTRYPOINT ["spleeter-entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "spleeter-entrypoint.sh"]