Spaces:
Sleeping
Sleeping
Commit
·
e43bdfe
1
Parent(s):
5dd6c41
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -49,7 +49,7 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI . && \
|
|
49 |
pip install --no-cache-dir -r requirements.txt
|
50 |
|
51 |
# Add reboot button
|
52 |
-
RUN
|
53 |
|
54 |
# Checkpoints
|
55 |
|
|
|
49 |
pip install --no-cache-dir -r requirements.txt
|
50 |
|
51 |
# Add reboot button
|
52 |
+
RUN git pull https://github.com/ThisModernDay/ComfyUI.git reboot-button
|
53 |
|
54 |
# Checkpoints
|
55 |
|