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 b95d6b2 commit 477ec69Copy full SHA for 477ec69
Dockerfile
@@ -1,3 +1,7 @@
1
+LABEL org.opencontainers.image.source=https://github.com/codelion/optillm
2
+LABEL org.opencontainers.image.description="OptiLLM full image with model serving and API routing capabilitiese"
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