We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477ec69 commit ebba7bcCopy full SHA for ebba7bc
Dockerfile.proxy_only
@@ -1,3 +1,7 @@
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
+
5
# Build stage
6
FROM python:3.12-slim AS builder
7
0 commit comments