mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
update rust to 1.82 pin it, also update envoy to 1.32 and python to 3.13
This commit is contained in:
parent
88d0f99866
commit
552ff814f5
6 changed files with 20 additions and 20 deletions
|
|
@ -13,8 +13,8 @@ services:
|
|||
- ./envoy.template.yaml:/config/envoy.template.yaml
|
||||
- ./arch_config_schema.yaml:/config/arch_config_schema.yaml
|
||||
- ./tools/cli/config_generator.py:/config/config_generator.py
|
||||
- ../crates/target/wasm32-wasi/release/llm_gateway.wasm:/etc/envoy/proxy-wasm-plugins/llm_gateway.wasm
|
||||
- ../crates/target/wasm32-wasi/release/prompt_gateway.wasm:/etc/envoy/proxy-wasm-plugins/prompt_gateway.wasm
|
||||
- ../crates/target/wasm32-wasip1/release/llm_gateway.wasm:/etc/envoy/proxy-wasm-plugins/llm_gateway.wasm
|
||||
- ../crates/target/wasm32-wasip1/release/prompt_gateway.wasm:/etc/envoy/proxy-wasm-plugins/prompt_gateway.wasm
|
||||
- ~/archgw_logs:/var/log/
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue