Spaces:
Paused
Paused
HumbleWolf
commited on
Commit
•
3ff3d78
1
Parent(s):
3c6cb3c
Add content files
Browse files- Dockerfile +1 -4
- content/Fooocus +1 -0
Dockerfile
CHANGED
@@ -7,11 +7,8 @@ WORKDIR content
|
|
7 |
# Install pygit2 version 1.12.2
|
8 |
RUN pip install pygit2==1.12.2
|
9 |
|
10 |
-
# Clone the Fooocus repository from GitHub
|
11 |
-
RUN git clone httpsgithub.comlllyasvielFooocus.git
|
12 |
-
|
13 |
# Set the working directory to contentFooocus
|
14 |
-
WORKDIR
|
15 |
|
16 |
# Run the entry_with_update.py script with the specified arguments
|
17 |
CMD [python, entry_with_update.py, --share]
|
|
|
7 |
# Install pygit2 version 1.12.2
|
8 |
RUN pip install pygit2==1.12.2
|
9 |
|
|
|
|
|
|
|
10 |
# Set the working directory to contentFooocus
|
11 |
+
WORKDIR /content/Fooocus
|
12 |
|
13 |
# Run the entry_with_update.py script with the specified arguments
|
14 |
CMD [python, entry_with_update.py, --share]
|
content/Fooocus
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 1bcbd6501bb3e5db5674a18a8a8074034cda318b
|