Skip to content

Commit

Permalink
⚗️ 777 time
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
  • Loading branch information
joerunde committed Oct 15, 2024
1 parent 8ba9351 commit 11b2dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ USER root
# install rustup
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="${HOME}/.cargo/bin:${PATH}"
RUN chmod -R 777 /home/vllm/.cargo

# install rsync
RUN microdnf install -y rsync
Expand Down

0 comments on commit 11b2dec

Please sign in to comment.