mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 12:22:58 +00:00
fix: refactor conda entrypoint
This commit is contained in:
@@ -10,4 +10,5 @@ RUN mkdir -p /model
|
||||
RUN conda install -y -c conda-forge musdb
|
||||
RUN conda install -y -c conda-forge ${SPLEETER_PACKAGE}==${SPLEETER_VERSION}
|
||||
|
||||
ENTRYPOINT ["spleeter"]
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
CMD ["-c", "spleeter"]
|
||||
Reference in New Issue
Block a user