Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 . && \
|