multimodalart HF staff commited on
Commit
35eeb46
1 Parent(s): 82f8abe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM thecooltechguy/comfyui_launcher
3
  RUN useradd -m -u 1000 user
4
  RUN chown -R user:user /app || true
5
  RUN chown -R user:user /var || true
 
6
 
7
  #######################################
8
  # Start root user section
 
3
  RUN useradd -m -u 1000 user
4
  RUN chown -R user:user /app || true
5
  RUN chown -R user:user /var || true
6
+ RUN chown -R user:user /run || true
7
 
8
  #######################################
9
  # Start root user section