MH0386 commited on
Commit
fbd646d
·
verified ·
1 Parent(s): 520dc1a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -15,8 +15,7 @@ USER nonroot
15
 
16
  WORKDIR /home/nonroot
17
 
18
- RUN --mount=type=cache,target=/root/.cache/uv \
19
- uv tool install chattr
20
 
21
  EXPOSE ${GRADIO_SERVER_PORT}
22
 
 
15
 
16
  WORKDIR /home/nonroot
17
 
18
+ RUN uv tool install chattr
 
19
 
20
  EXPOSE ${GRADIO_SERVER_PORT}
21