Inspecta commited on
Commit
ba47b3d
·
verified ·
1 Parent(s): ec2943e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update && \
6
  rm -rf /var/lib/apt/lists/*
7
 
8
  # 1. clone ComfyUI (force into /app/ComfyUI)
9
- RUN git clone https://github.com/comfyanonymous/ComfyUI.git ComfyUI
10
 
11
  # 2. Python deps
12
  COPY requirements.txt .
 
6
  rm -rf /var/lib/apt/lists/*
7
 
8
  # 1. clone ComfyUI (force into /app/ComfyUI)
9
+ RUN git clone https://github.com/comfyanonymous/ComfyUI.git
10
 
11
  # 2. Python deps
12
  COPY requirements.txt .