mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: add custom entrypoint
This commit is contained in:
13
docker/conda-entrypoint.sh
Normal file
13
docker/conda-entrypoint.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
######################################################################
|
||||
# Custom entrypoint that activate conda before running spleeter.
|
||||
#
|
||||
# @author Félix Voituret <fvoituret@deezer.com>
|
||||
# @version 1.0.0
|
||||
######################################################################
|
||||
|
||||
# shellcheck disable=1091
|
||||
. "/opt/conda/etc/profile.d/conda.sh"
|
||||
conda activate base
|
||||
spleeter "$@"
|
||||
Reference in New Issue
Block a user