diff --git a/ai-weather-agent/Procfile.clean b/ai-weather-agent/Procfile.clean index b589dca..4ba4265 100644 --- a/ai-weather-agent/Procfile.clean +++ b/ai-weather-agent/Procfile.clean @@ -1,3 +1,3 @@ cleanup: pkill -f "max-pipelines serve" || true && pkill -f "magic run backend" || true && pkill -f "magic run frontend" || true gpu-cleanup: command -v nvidia-smi >/dev/null && nvidia-smi pmon -c 1 | grep python | awk '{print $2}' | xargs -r kill -9 2>/dev/null || true -port-cleanup: lsof -ti:7999,8000,8001,3000 | xargs -r kill -9 2>/dev/null || true +port-cleanup: lsof -ti:7999,8001,8010,3000 | xargs -r kill -9 2>/dev/null || true