mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 13:06:14 +08:00
[Bugfix][ROCm] Add numba to Dockerfile.rocm (#3962)
This commit is contained in:
parent
0258b7a94b
commit
bd3c144e0b
@ -91,7 +91,7 @@ RUN if [ "$BUILD_TRITON" = "1" ]; then \
|
||||
|
||||
COPY ./ /app/vllm
|
||||
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
RUN python3 -m pip install --upgrade pip numba
|
||||
RUN python3 -m pip install xformers==0.0.23 --no-deps
|
||||
|
||||
RUN cd /app \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user