Skip to content

Commit ebcd6e6

Browse files
authored
Merge pull request #147 from codelion/codelion-patch-2
Update Dockerfile.proxy_only
2 parents 4cc48a2 + 353351a commit ebcd6e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile.proxy_only

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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
62
FROM 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
3127
FROM 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
3434
RUN apt-get update && apt-get install -y --no-install-recommends \
3535
curl && \

0 commit comments

Comments
 (0)