MH0386 commited on
Commit
54e1adc
·
verified ·
1 Parent(s): d277b9f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -12,6 +12,8 @@ USER nonroot
12
 
13
  WORKDIR /home/nonroot
14
 
 
 
15
  EXPOSE ${GRADIO_SERVER_PORT}
16
 
17
  CMD ["uvx", "--no-cache", "chattr"]
 
12
 
13
  WORKDIR /home/nonroot
14
 
15
+ RUN uv tool install --no-cache chattr
16
+
17
  EXPOSE ${GRADIO_SERVER_PORT}
18
 
19
  CMD ["uvx", "--no-cache", "chattr"]