[CI][amd] Revert NIXL connector change to avoid crash (#32570)

Signed-off-by: Qiang Li <qiang.li2@amd.com>
Signed-off-by: Matthew Wong <Matthew.Wong2@amd.com>
This commit is contained in:
qli88
2026-01-19 12:39:16 -06:00
committed by GitHub
parent cd3ac5b797
commit a0490be8f1
3 changed files with 8 additions and 8 deletions

View File

@@ -385,5 +385,5 @@ 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
FROM final AS vllm-openai
ENTRYPOINT ["vllm", "serve"]