Fix vllm Dockerfile.rocm path (#4628)

(cherry picked from commit d057d49af1)
This commit is contained in:
Peter Park
2025-04-15 11:26:54 -04:00
parent 78f5c18837
commit cb412a7a7f

View File

@@ -36,7 +36,7 @@ Installing vLLM
git clone https://github.com/vllm-project/vllm.git
cd vllm
docker build -f Dockerfile.rocm -t vllm-rocm .
docker build -f docker/Dockerfile.rocm -t vllm-rocm .
.. tab-set::