Skip to content

Commit 03050c7

Browse files
authored
change user to not be root in the dockerfile (#153)
Signed-off-by: Maya Barnea <[email protected]>
1 parent 21957bc commit 03050c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ RUN microdnf install -y dnf && \
5353

5454
COPY --from=builder /workspace/bin/llm-d-inference-sim /app/llm-d-inference-sim
5555

56-
# USER 65532:65532
57-
USER root
56+
USER 65532:65532
5857

5958
ENTRYPOINT ["/app/llm-d-inference-sim"]

0 commit comments

Comments
 (0)