Skip to content

Commit da8f61a

Browse files
authored
Update Dockerfile.rocm (ROCm#307)
1 parent b414ae9 commit da8f61a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.rocm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ ENV TOKENIZERS_PARALLELISM=false
102102
ENV HIP_FORCE_DEV_KERNARG=1
103103

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

107108
CMD ["/bin/bash"]
108109

0 commit comments

Comments
 (0)