added log output for custom launch
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -40,6 +40,7 @@ RUN apt-get update -y && \
|
|
40 |
RUN pip install pygit2==1.12.2
|
41 |
WORKDIR /content
|
42 |
RUN git clone https://github.com/lllyasviel/Fooocus.git
|
|
|
43 |
WORKDIR /content/Fooocus
|
44 |
|
45 |
CMD [ "python", "/content/Fooocus/entry_with_update.py", "--share", "--always-high-vram" ]
|
|
|
40 |
RUN pip install pygit2==1.12.2
|
41 |
WORKDIR /content
|
42 |
RUN git clone https://github.com/lllyasviel/Fooocus.git
|
43 |
+
RUN chown -R user:user /content
|
44 |
WORKDIR /content/Fooocus
|
45 |
|
46 |
CMD [ "python", "/content/Fooocus/entry_with_update.py", "--share", "--always-high-vram" ]
|