We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37540d8 commit e54b9b1Copy full SHA for e54b9b1
Containerfile
@@ -42,7 +42,7 @@ ENV HOME="/home/guidellm" \
42
GUIDELLM_OUTPUT_PATH="/results/benchmarks.json"
43
44
# Create a non-root user
45
-RUN useradd -Md $HOME -g root guidellm
+RUN useradd -K UMASK=0002 -Md $HOME -g root guidellm
46
47
# Switch to non-root user
48
USER guidellm
0 commit comments