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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN uv tool install --no-cache chattr && \
18
 
19
  EXPOSE ${GRADIO_SERVER_PORT}
20
 
21
- CMD ["uvx", "--no-cache", "chattr"]
 
18
 
19
  EXPOSE ${GRADIO_SERVER_PORT}
20
 
21
+ CMD ["/home/nonroot/.local/bin/chattr"]