added log output for custom launch
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -45,6 +45,7 @@ RUN chown -R user:user /content
|
|
45 |
WORKDIR /content
|
46 |
USER user
|
47 |
|
|
|
48 |
RUN git clone https://github.com/lllyasviel/Fooocus /content/app
|
49 |
|
50 |
CMD [ "python", "/content/app/entry_with_update.py", "--share", "--always-high-vram" ]
|
|
|
45 |
WORKDIR /content
|
46 |
USER user
|
47 |
|
48 |
+
RUN pip install pygit2==1.12.2
|
49 |
RUN git clone https://github.com/lllyasviel/Fooocus /content/app
|
50 |
|
51 |
CMD [ "python", "/content/app/entry_with_update.py", "--share", "--always-high-vram" ]
|