[Bugfix][ROCm] Add numba to Dockerfile.rocm (#3962)

This commit is contained in:
Woosuk Kwon 2024-04-10 07:37:17 -07:00 committed by GitHub
parent 0258b7a94b
commit bd3c144e0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 \