forked from Karylab-cklius/vllm
The grep -oP pattern with escaped double quotes was getting mangled by Dockerfile shell escaping, causing the resolved version to include a trailing quote character (e.g. "3.12.13\""), resulting in a 404 when downloading the source tarball. Switch to grep -oE matching just the version number directly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: khluu <khluu000@gmail.com>