Skip to content

Commit 28f4d78

Browse files
committed
add required label to satify konflux conforma checks
1 parent 1b44916 commit 28f4d78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile.konflux.cuda

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,11 @@ ENV GRPC_PORT=8033 \
209209

210210
USER 2000
211211
ENTRYPOINT ["python3", "-m", "vllm_tgis_adapter", "--uvicorn-log-level=warning"]
212+
213+
LABEL name="rhoai/odh-vllm-cuda-rhel9" \
214+
com.redhat.component="odh-vllm-cuda-rhel9" \
215+
io.k8s.display-name="odh-vllm-cuda-rhel9" \
216+
io.k8s.description="GPU-accelerated vLLM build using NVIDIA CUDA for high-performance inference." \
217+
description="GPU-accelerated vLLM build using NVIDIA CUDA for high-performance inference." \
218+
summary="GPU-accelerated vLLM build using NVIDIA CUDA for high-performance inference." \
219+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

0 commit comments

Comments
 (0)