Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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"]
|