Ffftdtd5dtft commited on
Commit
2caa197
·
verified ·
1 Parent(s): 09ad385

Update Dockerfile

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