mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 11:48:28 -06:00
Made Agent more Graceful
This commit is contained in:
@ -97,7 +97,7 @@ launch_server() {
|
||||
source "${venvFolder}/bin/activate"
|
||||
|
||||
run_step "Install Python Dependencies" bash -c "
|
||||
pip install -q -r '${dataSource}/server-requirements.txt'
|
||||
pip install --disable-pip-version-check -q -r '${dataSource}/server-requirements.txt'
|
||||
"
|
||||
|
||||
run_step "Install React Dependencies" bash -c "
|
||||
@ -143,7 +143,7 @@ launch_agent() {
|
||||
source "${venvFolder}/bin/activate"
|
||||
|
||||
run_step "Install Python Dependencies for Agent" bash -c "
|
||||
pip install -q -r '${agentRequirements}'
|
||||
pip install --disable-pip-version-check -q -r '${agentRequirements}'
|
||||
"
|
||||
|
||||
echo -e "\n${GREEN}Launching Borealis Agent...${RESET}"
|
||||
|
Reference in New Issue
Block a user