Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -13,8 +13,8 @@ USER nonroot
|
|
13 |
|
14 |
WORKDIR /home/nonroot
|
15 |
|
16 |
-
RUN uv tool install --no-cache chattr \
|
17 |
-
|
18 |
|
19 |
EXPOSE ${GRADIO_SERVER_PORT}
|
20 |
|
|
|
13 |
|
14 |
WORKDIR /home/nonroot
|
15 |
|
16 |
+
RUN uv tool install --no-cache chattr && \
|
17 |
+
chown -R nonroot /home/nonroot
|
18 |
|
19 |
EXPOSE ${GRADIO_SERVER_PORT}
|
20 |
|