diff --git a/dockerfile b/dockerfile index 4827b7b33..787cad00d 100644 --- a/dockerfile +++ b/dockerfile @@ -14,9 +14,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libgl1 \ && rm -rf /var/lib/apt/lists/* -WORKDIR /workspace -RUN git clone https://github.com/comfyanonymous/ComfyUI.git WORKDIR /workspace/ComfyUI +COPY . . RUN pip3 install --upgrade pip RUN pip3 install --no-cache-dir -r requirements.txt