first commit
This commit is contained in:
4
backend/start_server.sh
Executable file
4
backend/start_server.sh
Executable file
@@ -0,0 +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
|
||||
Reference in New Issue
Block a user