westers ff00ef309d Fix Dockerfile.rocm to set VLLM_TARGET_DEVICE=rocm
Without this environment variable, the build defaults to VLLM_TARGET_DEVICE=cuda
as defined in vllm/envs.py, causing cmake to configure with -DVLLM_TARGET_DEVICE=cuda
instead of -DVLLM_TARGET_DEVICE=rocm.

This fix ensures ROCm Docker builds use the correct target device.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Signed-off-by: westers <steve.westerhouse@origami-analytics.com>
2025-12-20 10:21:34 -06:00
..