Skip to content

Commit

Permalink
monir dep fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Oct 4, 2023
1 parent 5f7b2d3 commit 0a1bb7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0a1bb7f

Please sign in to comment.