Skip to content

Commit

Permalink
Update Dockerfile.rocm (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Dec 5, 2024
1 parent b414ae9 commit da8f61a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ ENV TOKENIZERS_PARALLELISM=false
ENV HIP_FORCE_DEV_KERNARG=1

# install development dependencies (for testing)
RUN python3 -m pip install -e tests/vllm_test_utils
RUN cd ${COMMON_WORKDIR}/vllm \
&& python3 -m pip install -e tests/vllm_test_utils

CMD ["/bin/bash"]

0 comments on commit da8f61a

Please sign in to comment.