Skip to content

Commit 05bdf4e

Browse files
Fix Dockerfile.rocm (#2101)
Co-authored-by: miloice <[email protected]>
1 parent 6774bd5 commit 05bdf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN pip install xformers==0.0.23 --no-deps
5252
RUN cd /app \
5353
&& cd vllm \
5454
&& pip install -U -r requirements-rocm.txt \
55-
&& bash patch_xformers-0.0.23.rocm.sh \
55+
&& bash patch_xformers.rocm.sh \
5656
&& python3 setup.py install \
5757
&& cd ..
5858

0 commit comments

Comments
 (0)