Add user 1000 to dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,6 +10,6 @@ RUN ./install.sh
|
|
10 |
# USER root
|
11 |
# RUN mkdir -p /app/.cache && chown -R 1000:1000 /app/.cache
|
12 |
# RUN mkdir -p /app/.torch_cache && chown -R 1000:1000 /app/.torch_cache
|
13 |
-
|
14 |
|
15 |
CMD ["./bin/run_gui"]
|
|
|
10 |
# USER root
|
11 |
# RUN mkdir -p /app/.cache && chown -R 1000:1000 /app/.cache
|
12 |
# RUN mkdir -p /app/.torch_cache && chown -R 1000:1000 /app/.torch_cache
|
13 |
+
USER 1000
|
14 |
|
15 |
CMD ["./bin/run_gui"]
|