mirror of
https://github.com/katanemo/plano.git
synced 2026-07-14 16:22:12 +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 building function_callling demo
|
||||||
log ===============================
|
log ===============================
|
||||||
cd ../demos/function_calling
|
cd ../demos/function_calling
|
||||||
docker compose build 2>&1 > ../build.log
|
docker compose build 2>&1 > ../../build.log
|
||||||
|
|
||||||
log starting the function_calling demo
|
log starting the function_calling demo
|
||||||
docker compose up -d 2>&1 >> ../build.log
|
docker compose up -d 2>&1 >> ../../build.log
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
log building model server
|
log building model server
|
||||||
|
|
@ -27,7 +27,7 @@ cd -
|
||||||
log building llm and prompt gateway rust modules
|
log building llm and prompt gateway rust modules
|
||||||
log ============================================
|
log ============================================
|
||||||
cd ../arch
|
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 starting the arch gateway service
|
||||||
log =================================
|
log =================================
|
||||||
docker compose down 2>&1 >> ../build.log
|
docker compose down 2>&1 >> ../build.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue