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 21957bc commit 03050c7Copy full SHA for 03050c7
Dockerfile
@@ -53,7 +53,6 @@ RUN microdnf install -y dnf && \
53
54
COPY --from=builder /workspace/bin/llm-d-inference-sim /app/llm-d-inference-sim
55
56
-# USER 65532:65532
57
-USER root
+USER 65532:65532
58
59
ENTRYPOINT ["/app/llm-d-inference-sim"]
0 commit comments