Skip to content

Commit

Permalink
Make vllm package dirs writable for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Hill <[email protected]>
  • Loading branch information
njhill committed May 16, 2024
1 parent 2e81ed2 commit 49524c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ RUN microdnf install -y shadow-utils \
&& useradd --uid 2000 --gid 0 vllm \
&& microdnf remove -y shadow-utils \
&& microdnf clean all \
&& chmod g+rwx $HOME /usr/src /workspace
# Make some dirs writable for debugging
&& chmod -R g+rwx $HOME /usr/src /workspace /opt/vllm/lib/python3.11/site-packages/vllm \
/opt/vllm/lib/python3.11/site-packages/vllm-*

COPY LICENSE /licenses/vllm.md

Expand Down

0 comments on commit 49524c4

Please sign in to comment.