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 "conda activate base" >> ~/.bashrc \
|
||||
&& ln -s /opt/conda/bin/conda /usr/bin/conda
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
Reference in New Issue
Block a user