mirror of
https://github.com/codelion/optillm.git
synced 2025-05-28 09:39:38 +03:00
minimal docker for proxy
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build stage
|
||||
FROM python:3.12-slim AS builder
|
||||
FROM python:3.12-slim-bullseye AS builder
|
||||
|
||||
# Define build argument with default value
|
||||
ARG PORT=8000
|
||||
@@ -26,7 +26,7 @@ COPY requirements_proxy_only.txt .
|
||||
RUN pip install --no-cache-dir -r requirements_proxy_only.txt
|
||||
|
||||
# Final stage
|
||||
FROM python:3.12-slim
|
||||
FROM python:3.12-slim-bullseye
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/codelion/optillm
|
||||
LABEL org.opencontainers.image.description="OptiLLM proxy-only image for API routing without model serving capabilities"
|
||||
|
||||
@@ -5,3 +5,7 @@ azure.identity
|
||||
litellm
|
||||
requests
|
||||
cerebras_cloud_sdk
|
||||
numpy
|
||||
networkx
|
||||
z3-solver
|
||||
sympy
|
||||
Reference in New Issue
Block a user