仓库模块完了

This commit is contained in:
2026-02-08 20:06:35 +08:00
parent 20e1deae21
commit f145df4fa6
29 changed files with 1415 additions and 993 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
cd /Users/duguoyou/MLFlow/algorithm-showcase/backend
source venv/bin/activate
PYTHONPATH=. uvicorn app.main:app --host 0.0.0.0 --port 8002
PYTHONPATH=. uvicorn app.main:app --host 0.0.0.0 --port 8001