File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Build stage
2- FROM python:3.12-slim AS builder
2+ FROM python:3.12-slim-bullseye AS builder
33
44# Define build argument with default value
55ARG PORT=8000
@@ -26,7 +26,7 @@ COPY requirements.txt .
2626RUN pip install --no-cache-dir -r requirements.txt
2727
2828# Final stage
29- FROM python:3.12-slim
29+ FROM python:3.12-slim-bullseye
3030
3131# Add labels for the final image
3232LABEL org.opencontainers.image.source="https://github.com/codelion/optillm"
Original file line number Diff line number Diff line change 11# Build stage
2- FROM python:3.12-slim AS builder
2+ FROM python:3.12-slim-bullseye AS builder
33
44# Define build argument with default value
55ARG PORT=8000
@@ -26,7 +26,7 @@ COPY requirements_proxy_only.txt .
2626RUN pip install --no-cache-dir -r requirements_proxy_only.txt
2727
2828# Final stage
29- FROM python:3.12-slim
29+ FROM python:3.12-slim-bullseye
3030
3131LABEL org.opencontainers.image.source=https://github.com/codelion/optillm
3232LABEL org.opencontainers.image.description="OptiLLM proxy-only image for API routing without model serving capabilities"
You can’t perform that action at this time.
0 commit comments