Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -159,6 +159,7 @@ RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-proces
|
|
| 159 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
| 160 |
|
| 161 |
RUN echo "Done"
|
|
|
|
| 162 |
|
| 163 |
COPY --chown=user run.sh .
|
| 164 |
|
|
|
|
| 159 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
| 160 |
|
| 161 |
RUN echo "Done"
|
| 162 |
+
RUN chown -R user:user $HOME/app
|
| 163 |
|
| 164 |
COPY --chown=user run.sh .
|
| 165 |
|