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