wrdias commited on
Commit
6071210
1 Parent(s): 466296f

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
44
  WORKDIR $HOME/app
45
 
46
  # Clone the ComfyUI repo (fork with restart button)
47
- RUN git clone https://github.com/comfyanonymous/ComfyUI.git. && \
48
  pip install --no-cache-dir -r requirements.txt
49
 
50
  # Checkpoints
 
44
  WORKDIR $HOME/app
45
 
46
  # Clone the ComfyUI repo (fork with restart button)
47
+ RUN git clone https://github.com/comfyanonymous/ComfyUI.git . && \
48
  pip install --no-cache-dir -r requirements.txt
49
 
50
  # Checkpoints