Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
[Bugfix][ROCm] Add numba to Dockerfile.rocm (vllm-project#3962)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon authored and SageMoore committed Apr 11, 2024
1 parent d128ec9 commit b454575
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,13 @@ RUN if [ "$BUILD_TRITON" = "1" ]; then \

COPY ./ /app/vllm

<<<<<<< HEAD
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install xformers==0.0.25 --no-deps
=======
RUN python3 -m pip install --upgrade pip numba
RUN python3 -m pip install xformers==0.0.23 --no-deps
>>>>>>> bd3c144e ([Bugfix][ROCm] Add numba to Dockerfile.rocm (#3962))

RUN cd /app \
&& cd vllm \
Expand Down

0 comments on commit b454575

Please sign in to comment.