Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 ["
|
|
|
18 |
|
19 |
EXPOSE ${GRADIO_SERVER_PORT}
|
20 |
|
21 |
+
CMD ["/home/nonroot/.local/bin/chattr"]
|