mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: switch default shell, and entrypoint
This commit is contained in:
@@ -13,3 +13,4 @@ RUN apt-get update --fix-missing \
|
|||||||
&& echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc \
|
&& echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc \
|
||||||
&& echo "conda activate base" >> ~/.bashrc \
|
&& echo "conda activate base" >> ~/.bashrc \
|
||||||
&& ln -s /opt/conda/bin/conda /usr/bin/conda
|
&& ln -s /opt/conda/bin/conda /usr/bin/conda
|
||||||
|
SHELL ["/bin/bash", "-c"]
|
||||||
@@ -10,4 +10,4 @@ RUN mkdir -p /model
|
|||||||
RUN conda install -y -c conda-forge musdb
|
RUN conda install -y -c conda-forge musdb
|
||||||
RUN conda install -y -c conda-forge ${SPLEETER_PACKAGE}==${SPLEETER_VERSION}
|
RUN conda install -y -c conda-forge ${SPLEETER_PACKAGE}==${SPLEETER_VERSION}
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/bash", "-c", "spleeter"]
|
ENTRYPOINT "source /root/.bashrc && spleeter"
|
||||||
Reference in New Issue
Block a user