mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement) Support PIP_PATH and PYTHON_PATH env var for building and starting services (#146)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
python_path="/usr/local/bin/python3"
|
||||
python_path=${PYTHON_PATH:-"/usr/local/bin/python3"}
|
||||
readonly CHAT_APP_NAME="supersonic_chat"
|
||||
readonly SEMANTIC_APP_NAME="supersonic_semantic"
|
||||
readonly LLMPARSER_APP_NAME="supersonic_llmparser"
|
||||
|
||||
Reference in New Issue
Block a user