JoPmt commited on
Commit
11b23d4
·
verified ·
1 Parent(s): d088f1b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -50,7 +50,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
50
  WORKDIR $HOME/app
51
 
52
  # Clone the ComfyUI repo (fork with restart button)
53
- RUN git clone https://github.com/comfyanonymous/ComfyUI.git . && \
 
54
  pip install --no-cache-dir -r requirements.txt
55
 
56
  # Checkpoints
 
50
  WORKDIR $HOME/app
51
 
52
  # Clone the ComfyUI repo (fork with restart button)
53
+ ###RUN git clone https://github.com/comfyanonymous/ComfyUI.git . && \
54
+ RUN git clone https://github.com/drchang/ComfyUI.git . && \
55
  pip install --no-cache-dir -r requirements.txt
56
 
57
  # Checkpoints