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:
488
488
git clone https://github.com/ROCm/vllm.git
489
489
cd vllm
490
490
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 .
492
492
```
493
493
494
494
### Building AITER Image
@@ -499,7 +499,7 @@ Use AITER release candidate branch instead:
499
499
git clone https://github.com/ROCm/vllm.git
500
500
cd vllm
501
501
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 .
503
503
```
504
504
505
505
## Changelog
You can’t perform that action at this time.
0 commit comments