MH0386 commited on
Commit
2bb2df6
·
verified ·
1 Parent(s): d0f4021

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,7 +13,8 @@ USER nonroot
13
 
14
  WORKDIR /home/nonroot
15
 
16
- RUN uv tool install --no-cache chattr
 
17
 
18
  EXPOSE ${GRADIO_SERVER_PORT}
19
 
 
13
 
14
  WORKDIR /home/nonroot
15
 
16
+ RUN uv tool install --no-cache chattr \
17
+ chown -R nonroot /home/nonroot
18
 
19
  EXPOSE ${GRADIO_SERVER_PORT}
20