[ROCM] Add ROCm image build to release pipeline (#31995)

Signed-off-by: Doug Lehr <douglehr@amd.com>
Co-authored-by: Doug Lehr <douglehr@amd.com>
This commit is contained in:
Douglas Lehr
2026-01-15 05:01:40 -06:00
committed by GitHub
parent 707b44cc28
commit c5891b5430
3 changed files with 29 additions and 0 deletions

View File

@@ -235,3 +235,7 @@ ENV KINETO_CONFIG="${COMMON_WORKDIR}/libkineto.conf"
RUN echo "VLLM_BASE_IMAGE=${BASE_IMAGE}" >> ${COMMON_WORKDIR}/versions.txt
CMD ["/bin/bash"]
#Set entrypoint for vllm-openai official images
FROM final As vllm-openai
ENTRYPOINT ["vllm", "serve"]