Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Dec 13, 2023
1 parent ce681ba commit cf6b156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN mkdir -p /models/sentqam/3
RUN addgroup --system --gid 1000 docker && adduser --system --uid 1000 docker
RUN chown -R 1000:1000 /models/sentqam/3

USER docker
USER 1000

WORKDIR /models/sentqam/3

Expand Down

0 comments on commit cf6b156

Please sign in to comment.