forked from phoenix/litellm-mirror
(feat) bump to python 3.11
This commit is contained in:
parent
0558ac2345
commit
ff57887b70
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Base image for building
|
# Base image for building
|
||||||
ARG LITELLM_BUILD_IMAGE=python:3.9
|
ARG LITELLM_BUILD_IMAGE=python:3.11.8-slim
|
||||||
|
|
||||||
# Runtime image
|
# Runtime image
|
||||||
ARG LITELLM_RUNTIME_IMAGE=python:3.9-slim
|
ARG LITELLM_RUNTIME_IMAGE=python:3.11.8-slim
|
||||||
# Builder stage
|
# Builder stage
|
||||||
FROM $LITELLM_BUILD_IMAGE as builder
|
FROM $LITELLM_BUILD_IMAGE as builder
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Base image for building
|
# Base image for building
|
||||||
ARG LITELLM_BUILD_IMAGE=python:3.9
|
ARG LITELLM_BUILD_IMAGE=python:3.11.8-slim
|
||||||
|
|
||||||
# Runtime image
|
# Runtime image
|
||||||
ARG LITELLM_RUNTIME_IMAGE=python:3.9-slim
|
ARG LITELLM_RUNTIME_IMAGE=python:3.11.8-slim
|
||||||
# Builder stage
|
# Builder stage
|
||||||
FROM $LITELLM_BUILD_IMAGE as builder
|
FROM $LITELLM_BUILD_IMAGE as builder
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue