forked from phoenix/litellm-mirror
Update Dockerfile
This commit is contained in:
parent
3fc9272640
commit
c99466bc25
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Base image
|
||||
ARG LITELLM_BASE_IMAGE=python:3.9
|
||||
ARG LITELLM_BUILD_IMAGE=python:3.9
|
||||
|
||||
# Runtime image
|
||||
ARG LITELLM_RUNTIME_IMAGE=python:3.9-slim
|
||||
|
||||
# allow users to specify, else use python 3.9
|
||||
FROM $LITELLM_BASE_IMAGE as builder
|
||||
FROM $LITELLM_BUILD_IMAGE as builder
|
||||
|
||||
# Set the working directory to /app
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue