Ffftdtd5dtft commited on
Commit
1498e2f
·
verified ·
1 Parent(s): 3aa7b5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -20,5 +20,7 @@ RUN git clone https://github.com/lllyasviel/Fooocus.git
20
  # Set working directory to Fooocus
21
  WORKDIR /app/Fooocus
22
 
 
 
23
  # Run Fooocus with specified settings
24
  CMD ["python", "entry_with_update.py", "--share", "--always-high-vram", "--resolution", "2024x2024"]
 
20
  # Set working directory to Fooocus
21
  WORKDIR /app/Fooocus
22
 
23
+ RUN cd / && chmod -R 777 *
24
+
25
  # Run Fooocus with specified settings
26
  CMD ["python", "entry_with_update.py", "--share", "--always-high-vram", "--resolution", "2024x2024"]