tharms commited on
Commit
6192efb
·
1 Parent(s): 3243073

added log output for custom launch

Browse files
Files changed (1) hide show
  1. 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" ]