mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
multi llm support
This commit is contained in:
parent
1f95fac4af
commit
5fcdaa640e
3 changed files with 85 additions and 4 deletions
|
|
@ -4,8 +4,8 @@ RUN rustup -v target add wasm32-wasip1
|
|||
WORKDIR /arch
|
||||
COPY crates .
|
||||
|
||||
RUN cd prompt_gateway && cargo build --release --target wasm32-wasip1
|
||||
RUN cd llm_gateway && cargo build --release --target wasm32-wasip1
|
||||
RUN cargo build --release --target wasm32-wasip1 -p prompt_gateway -p llm_gateway
|
||||
RUN cargo build --release --target wasm32-wasip1 -p brightstaff
|
||||
|
||||
# copy built filter into envoy image
|
||||
FROM docker.io/envoyproxy/envoy:v1.32-latest as envoy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue