mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix log path
This commit is contained in:
parent
e383469e49
commit
0583caeb73
1 changed files with 3 additions and 3 deletions
|
|
@ -9,10 +9,10 @@ pwd
|
|||
log building function_callling demo
|
||||
log ===============================
|
||||
cd ../demos/function_calling
|
||||
docker compose build 2>&1 > ../build.log
|
||||
docker compose build 2>&1 > ../../build.log
|
||||
|
||||
log starting the function_calling demo
|
||||
docker compose up -d 2>&1 >> ../build.log
|
||||
docker compose up -d 2>&1 >> ../../build.log
|
||||
cd -
|
||||
|
||||
log building model server
|
||||
|
|
@ -27,7 +27,7 @@ cd -
|
|||
log building llm and prompt gateway rust modules
|
||||
log ============================================
|
||||
cd ../arch
|
||||
sh build_filter_image.sh 2>&1 >> ../build.log
|
||||
docker build -f Dockerfile .. -t katanemo/archgw 2>&1 >> ../build.log
|
||||
log starting the arch gateway service
|
||||
log =================================
|
||||
docker compose down 2>&1 >> ../build.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue