mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add mkdir -p
This commit is contained in:
parent
3970b6ab03
commit
e56bb433e7
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ FROM python:3.12-slim as arch
|
|||
|
||||
RUN apt-get update && apt-get install -y gettext-base curl && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir -p /etc/envoy/proxy-wasm-plugins
|
||||
|
||||
COPY --from=builder /arch/target/wasm32-wasip1/release/prompt_gateway.wasm /etc/envoy/proxy-wasm-plugins/prompt_gateway.wasm
|
||||
COPY --from=builder /arch/target/wasm32-wasip1/release/llm_gateway.wasm /etc/envoy/proxy-wasm-plugins/llm_gateway.wasm
|
||||
COPY --from=envoy /usr/local/bin/envoy /usr/local/bin/envoy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue