diff --git a/Dockerfile b/Dockerfile index 8714539..20bbfd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,8 +33,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ # Deps for ControlNet Auxiliary Preprocessors RUN --mount=type=cache,target=/root/.cache/pip \ pip install --break-system-packages \ - -r https://raw.githubusercontent.com/Fannovel16/comfyui_controlnet_aux/main/requirements.txt \ - --extra-index-url https://download.pytorch.org/whl/cu118 + -r https://raw.githubusercontent.com/Fannovel16/comfyui_controlnet_aux/main/requirements.txt # Fix for CuDNN ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib64/python3.11/site-packages/torch/lib"