7 lines
152 B
Bash
7 lines
152 B
Bash
#!/bin/bash
|
|
|
|
python3 -m autorag.cli dashboard \
|
|
--trial_dir /usr/src/app/example/1 \
|
|
--port 7690
|
|
|
|
echo "📊 AutoRAG 대시보드 실행 중..." |