Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Jan 8, 2025
1 parent 5a93831 commit 5e8e704
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cu124-cn/Dockerfile-cn
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,13 @@ RUN --mount=type=cache,target=/root/.cache/pip \

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
-r /builder-scripts/pak7.txt \
-r /builder-scripts/pak7.txt

# 确保依赖项匹配 ComfyUI & Manager
RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
-r https://gh-proxy.com/https://github.com/comfyanonymous/ComfyUI/raw/refs/heads/master/requirements.txt \
-r https://gh-proxy.com/https://github.com/ltdrdata/ComfyUI-Manager/raw/refs/heads/main/requirements.txt \
&& pip list

################################################################################
Expand Down
1 change: 1 addition & 0 deletions cu124-slim/builder-scripts/pak5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ soundfile
spandrel
svglib
tokenizers
toml
torchsde
tqdm
transparent-background
Expand Down
1 change: 1 addition & 0 deletions rocm/builder-scripts/pak5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ soundfile
spandrel
svglib
tokenizers
toml
torchsde
tqdm
transparent-background
Expand Down

0 comments on commit 5e8e704

Please sign in to comment.