fix: entrypoint copy

This commit is contained in:
Félix Voituret
2020-06-19 14:40:03 +02:00
parent 07090238f0
commit 101fc49ff5

View File

@@ -9,6 +9,5 @@ ENV MODEL_PATH /model
RUN mkdir -p /model
RUN conda install -y -c conda-forge musdb
RUN conda install -y -c conda-forge ${SPLEETER_PACKAGE}==${SPLEETER_VERSION}
RUN echo "source /root/.bashrc; spleeter \"$@\"> /opt/entrypoint.sh"
COPY conda-entrypoint.sh spleeter-entrypoint.sh
COPY docker/conda-entrypoint.sh spleeter-entrypoint.sh
ENTRYPOINT ["spleeter-entrypoint.sh"]