aaraya commited on
Commit
4c894d5
·
1 Parent(s): 6ff4ae6

Add user 1000 to dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # USER 1000
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"]