File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- LABEL org.opencontainers.image.source=https://github.com/codelion/optillm
2- LABEL org.opencontainers.image.description="OptiLLM proxy-only image for API routing without model serving capabilities"
3- LABEL org.opencontainers.image.licenses=Apache-2.0
4-
51# Build stage
62FROM python:3.12-slim AS builder
73
@@ -30,6 +26,10 @@ RUN pip install --no-cache-dir -r requirements_proxy_only.txt
3026# Final stage
3127FROM python:3.12-slim
3228
29+ LABEL org.opencontainers.image.source=https://github.com/codelion/optillm
30+ LABEL org.opencontainers.image.description="OptiLLM proxy-only image for API routing without model serving capabilities"
31+ LABEL org.opencontainers.image.licenses=Apache-2.0
32+
3333# Install curl for the healthcheck
3434RUN apt-get update && apt-get install -y --no-install-recommends \
3535 curl && \
You can’t perform that action at this time.
0 commit comments