Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com>
  • Loading branch information
VedantMahabaleshwarkar committed May 30, 2024
1 parent 3c7edd5 commit 4a153d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN microdnf install -y shadow-utils && \
COPY third_party/ third_party/
WORKDIR /ko-app
COPY --from=builder /go/src/github.com/kserve/kserve/agent /ko-app/
RUN chmod +x /ko-app/agent
USER 1000:1000
RUN chmod +x /ko-app/agent

ENTRYPOINT ["/ko-app/agent"]
2 changes: 1 addition & 1 deletion router.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN microdnf install -y shadow-utils && \
COPY third_party/ third_party/
WORKDIR /ko-app
COPY --from=builder /go/src/github.com/kserve/kserve/router /ko-app/
RUN chmod +x /ko-app/router
USER 1000:1000
RUN chmod +x /ko-app/router

ENTRYPOINT ["/ko-app/router"]

0 comments on commit 4a153d3

Please sign in to comment.