File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ To reproduce the release docker:
488488 git clone https://github.com/ROCm/vllm.git
489489 cd vllm
490490 git checkout b8498bc4a1c2aae1e25cfc780db0eadbc4716c67
491- docker build -f Dockerfile.rocm -t < your_tag> --build-arg USE_CYTHON=1 .
491+ docker build -f docker/ Dockerfile.rocm -t < your_tag> --build-arg USE_CYTHON=1 .
492492```
493493
494494### Building AITER Image
@@ -499,7 +499,7 @@ Use AITER release candidate branch instead:
499499 git clone https://github.com/ROCm/vllm.git
500500 cd vllm
501501 git checkout aiter_integration_final
502- docker build -f Dockerfile.rocm -t < your_tag> --build-arg USE_CYTHON=1 .
502+ docker build -f docker/ Dockerfile.rocm -t < your_tag> --build-arg USE_CYTHON=1 .
503503```
504504
505505## Changelog
You can’t perform that action at this time.
0 commit comments