"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "2b81ad8cac4b6c4b2be4ba310f80e8ed60542acc"
Unverified Commit 05bdf4ea authored by TJian's avatar TJian Committed by GitHub
Browse files

Fix Dockerfile.rocm (#2101)


Co-authored-by: default avatarmiloice <jeffaw99@hotmail.com>
parent 6774bd50
...@@ -52,7 +52,7 @@ RUN pip install xformers==0.0.23 --no-deps ...@@ -52,7 +52,7 @@ RUN pip install xformers==0.0.23 --no-deps
RUN cd /app \ RUN cd /app \
&& cd vllm \ && cd vllm \
&& pip install -U -r requirements-rocm.txt \ && pip install -U -r requirements-rocm.txt \
&& bash patch_xformers-0.0.23.rocm.sh \ && bash patch_xformers.rocm.sh \
&& python3 setup.py install \ && python3 setup.py install \
&& cd .. && cd ..
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment