[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

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 \