#!/bin/bash eval "$(/root/miniconda3/bin/conda shell.bash hook)" conda activate py311 nohup uvicorn speech_tts_cpu:app --host 0.0.0.0 --port 8028 &