Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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"]
|