Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -15,8 +15,7 @@ USER nonroot
|
|
15 |
|
16 |
WORKDIR /home/nonroot
|
17 |
|
18 |
-
RUN
|
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 |
|