vLLM Semantic Router(vLLM 生态的模型路由层,5.5k★)提的修复:它的 install.sh 只检测 Docker,机器上明明已经装好 Podman,安装脚本还是会再装一套 Docker——和代码里把 Podman 当一等公民的 container_runtime.py 自相矛盾。

提交的 PR #3294(承接 issue #3286,wg/developer-experience-ecosystem 认领)做了三件事:

  • 新增 podman_ready()detect_existing_runtime() 现在能识别已装的 Podman
  • 检测到 Podman 时跳过 Docker 安装
  • 把检测到的运行时写入 runtime.envvllm-sr serve 自动拾取

2026-09-02 由维护者 Xunzhuo 合并进 vllm-project:main(6 个 commits,含完整 Test Plan),目前正在申请该组(Developer Experience & Ecosystem)的成员资格。