Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Dockerfile.konflux.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,11 @@ ENV GRPC_PORT=8033 \

USER 2000
ENTRYPOINT ["python3", "-m", "vllm_tgis_adapter", "--uvicorn-log-level=warning"]

LABEL name="rhoai/odh-vllm-cuda-rhel9" \
com.redhat.component="odh-vllm-cuda-rhel9" \
io.k8s.display-name="odh-vllm-cuda-rhel9" \
io.k8s.description="GPU-accelerated vLLM build using NVIDIA CUDA for high-performance inference." \
description="GPU-accelerated vLLM build using NVIDIA CUDA for high-performance inference." \
summary="GPU-accelerated vLLM build using NVIDIA CUDA for high-performance inference." \
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"
Loading