radames commited on
Commit
da135eb
·
1 Parent(s): cc37744

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -59,6 +59,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
59
  # Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
60
  WORKDIR $HOME/app
61
 
 
 
62
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
63
 
64
  RUN git clone https://github.com/comfyanonymous/ComfyUI . && \
 
59
  # Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
60
  WORKDIR $HOME/app
61
 
62
+ RUN chown -R user:user $HOME/app
63
+
64
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
65
 
66
  RUN git clone https://github.com/comfyanonymous/ComfyUI . && \