Spaces:
Paused
Paused
HumbleWolf
commited on
Commit
•
476ca9b
1
Parent(s):
acd9def
fix dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -36,5 +36,7 @@ RUN pip install pygit2==1.12.2
|
|
36 |
# Set the working directory to contentFooocus
|
37 |
WORKDIR /program/Fooocus
|
38 |
|
|
|
|
|
39 |
# Run the entry_with_update.py script with the specified arguments
|
40 |
CMD ["python", "launch.py", "--share"]
|
|
|
36 |
# Set the working directory to contentFooocus
|
37 |
WORKDIR /program/Fooocus
|
38 |
|
39 |
+
RUN mkdir ./outputs
|
40 |
+
|
41 |
# Run the entry_with_update.py script with the specified arguments
|
42 |
CMD ["python", "launch.py", "--share"]
|