mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
use python:3.12
This commit is contained in:
parent
552ff814f5
commit
c8d81db3df
5 changed files with 9 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ RUN cd llm_gateway && cargo build --release --target wasm32-wasip1
|
|||
FROM envoyproxy/envoy:v1.32-latest as envoy
|
||||
|
||||
#Build config generator, so that we have a single build image for both Rust and Python
|
||||
FROM python:3.13-slim as arch
|
||||
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/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue