Skip to content

Commit ed40e94

Browse files
committed
Update Dockerfile.proxy_only
1 parent d7f900c commit ed40e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.proxy_only

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM python:3.12-slim-bullseye AS builder
2+
FROM python:3.12-slim AS builder
33

44
# Define build argument with default value
55
ARG PORT=8000
@@ -26,7 +26,7 @@ COPY requirements_proxy_only.txt .
2626
RUN pip install --no-cache-dir -r requirements_proxy_only.txt
2727

2828
# Final stage
29-
FROM python:3.12-slim-bullseye
29+
FROM python:3.12-slim
3030

3131
LABEL org.opencontainers.image.source=https://github.com/codelion/optillm
3232
LABEL org.opencontainers.image.description="OptiLLM proxy-only image for API routing without model serving capabilities"

0 commit comments

Comments
 (0)