Skip to content

Commit 1c8baef

Browse files
committed
Merge branch 'vllm-project:main' into feat/cross-rate-early-exit
2 parents cdef5af + 4786a12 commit 1c8baef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Containerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ ENV HOME="/home/guidellm" \
7575
# Create the user home dir
7676
WORKDIR $HOME
7777

78+
# Ensure that the user home dir can be used by any user
79+
# (OpenShift Pods can't use the cache otherwise)
80+
RUN chgrp -R 0 "$HOME" && chmod -R g=u "$HOME"
81+
7882
# Create a volume for results
7983
VOLUME /results
8084

0 commit comments

Comments
 (0)