File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 421421curl -s http://localhost:11434/api/tags || echo "Ollama not responding"
422422
423423# Start OpenTuneWeaver
424- cd /workspace/OpenTuneWeaver
425- python3 ui/ app.py --server_name 0.0.0.0 --server_port 8080
424+ cd /workspace/OpenTuneWeaver/ui
425+ python3 app.py --server_name 0.0.0.0 --server_port 8080
426426EOF
427427
428428chmod +x /workspace/start_otw.sh
@@ -458,8 +458,8 @@ echo "To start OpenTuneWeaver:"
458458echo " /workspace/start_otw.sh"
459459echo " "
460460echo " Or manually:"
461- echo " cd /workspace/OpenTuneWeaver"
462- echo " python3 ui/app .py --server_name 0.0.0.0 --server_port 8080"
461+ echo " cd /workspace/OpenTuneWeaver/ui "
462+ echo " python3 uapp .py --server_name 0.0.0.0 --server_port 8080"
463463echo " "
464464echo " Access the UI at:"
465465echo " http://[POD-IP]:8080"
You can’t perform that action at this time.
0 commit comments