TechnoByte commited on
Commit
e43bdfe
·
1 Parent(s): 5dd6c41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 cd ComfyUI && git pull https://github.com/ThisModernDay/ComfyUI.git reboot-button
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