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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,8 +13,8 @@ USER nonroot
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
 
 
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