Skip to content

Commit e54b9b1

Browse files
committed
Give root group write perm in /home/guidellm
Signed-off-by: Samuel Monson <[email protected]>
1 parent 37540d8 commit e54b9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ENV HOME="/home/guidellm" \
4242
GUIDELLM_OUTPUT_PATH="/results/benchmarks.json"
4343

4444
# Create a non-root user
45-
RUN useradd -Md $HOME -g root guidellm
45+
RUN useradd -K UMASK=0002 -Md $HOME -g root guidellm
4646

4747
# Switch to non-root user
4848
USER guidellm

0 commit comments

Comments
 (0)