diff --git a/Dockerfile b/Dockerfile index a2a9f5e..80e47b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ WORKDIR /app RUN git clone --depth 1 https://github.com/comfyanonymous/ComfyUI . \ && pip install --no-cache-dir torch torchvision torchaudio \ --index-url https://download.pytorch.org/whl/cpu \ - && pip install --no-cache-dir -r requirements.txt + && pip install --no-cache-dir -r requirements.txt \ + && pip uninstall -y comfyui-workflow-templates RUN cd /app/custom_nodes \ && git clone --depth 1 https://github.com/city96/ComfyUI-GGUF \