mirror of https://github.com/vllm-project/vllm
[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…
Reference in New Issue