tharms commited on
Commit
dbe160a
·
1 Parent(s): 2adafb0

added log output for custom launch

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,4 +42,4 @@ WORKDIR /content
42
  RUN git clone https://github.com/lllyasviel/Fooocus.git
43
  WORKDIR /content/Fooocus
44
 
45
- CMD [ "python", "/content/app/entry_with_update.py", "--share", "--always-high-vram" ]
 
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" ]