Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ ENV GRADIO_SERVER_PORT=7860 \
|
|
7 |
# skipcq: DOK-DL3018
|
8 |
RUN apk add --no-cache curl libstdc++ uv
|
9 |
|
10 |
-
|
11 |
|
12 |
WORKDIR /home/nonroot
|
13 |
|
|
|
7 |
# skipcq: DOK-DL3018
|
8 |
RUN apk add --no-cache curl libstdc++ uv
|
9 |
|
10 |
+
USER nonroot
|
11 |
|
12 |
WORKDIR /home/nonroot
|
13 |
|