Skip to content

Commit

Permalink
[Bugfix][ROCm] Add numba to Dockerfile.rocm (#3962)
Browse files Browse the repository at this point in the history
  • Loading branch information
WoosukKwon authored Apr 10, 2024
1 parent 0258b7a commit bd3c144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bd3c144

Please sign in to comment.