Skip to content

Commit 90d52c2

Browse files
committed
{xpus} Update deps
1 parent 6f018e8 commit 90d52c2

File tree

8 files changed

+20
-8
lines changed

8 files changed

+20
-8
lines changed

xpu-cn/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ RUN --mount=type=cache,target=/root/.cache/pip \
178178
pip install \
179179
-r /builder-scripts/pak9.txt
180180

181+
RUN --mount=type=cache,target=/root/.cache/pip \
182+
pip install \
183+
-r /builder-scripts/pakA.txt
184+
181185
# 确保依赖项匹配
182186
RUN --mount=type=cache,target=/root/.cache/pip \
183187
pip install \

xpu-cn/builder-scripts/pak5.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ safetensors
3737
segment-anything
3838
sentencepiece
3939
simpleeval
40-
soundfile
4140
spandrel
4241
SQLAlchemy
43-
svglib
4442
tokenizers
4543
toml
4644
torchsde

xpu-cn/builder-scripts/pak9.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html
22
onnxruntime
33
onnxruntime-openvino
4-
openvino
5-
openvino-genai

xpu-cn/builder-scripts/pakA.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html
2+
# https://github.com/openvino-dev-samples/comfyui_openvino/blob/main/requirements.txt
3+
--pre
4+
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
5+
openvino
6+
openvino-genai

xpu/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ RUN --mount=type=cache,target=/root/.cache/pip \
144144
pip install \
145145
-r /builder-scripts/pak9.txt
146146

147+
RUN --mount=type=cache,target=/root/.cache/pip \
148+
pip install \
149+
-r /builder-scripts/pakA.txt
150+
147151
# Ensure deps match
148152
RUN --mount=type=cache,target=/root/.cache/pip \
149153
pip install \

xpu/builder-scripts/pak5.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ safetensors
3737
segment-anything
3838
sentencepiece
3939
simpleeval
40-
soundfile
4140
spandrel
4241
SQLAlchemy
43-
svglib
4442
tokenizers
4543
toml
4644
torchsde

xpu/builder-scripts/pak9.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html
22
onnxruntime
33
onnxruntime-openvino
4-
openvino
5-
openvino-genai

xpu/builder-scripts/pakA.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html
2+
# https://github.com/openvino-dev-samples/comfyui_openvino/blob/main/requirements.txt
3+
--pre
4+
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
5+
openvino
6+
openvino-genai

0 commit comments

Comments
 (0)