Skip to content

Commit

Permalink
Update Dockerfile.rocm
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei-V-Ivanov-AMD authored May 17, 2024
1 parent 48a37af commit 2e32cf7
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 @@ -92,7 +92,7 @@ RUN if [ "$BUILD_TRITON" = "1" ]; then \
WORKDIR /vllm-workspace
COPY . .

RUN python3 -m pip install pynvml # to be removed eventually
#RUN python3 -m pip install pynvml # to be removed eventually
RUN python3 -m pip install --upgrade pip numba

# make sure punica kernels are built (for LoRA)
Expand Down

0 comments on commit 2e32cf7

Please sign in to comment.