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 62fcf9b commit ea460f3Copy full SHA for ea460f3
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