Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ci-demos
sdxl
Commits
ce74811e
Commit
ce74811e
authored
Jan 21, 2026
by
jerrrrry
Browse files
Update .gitlab-ci.yml
parent
ed05ada7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.gitlab-ci.yml
.gitlab-ci.yml
+2
-3
No files found.
.gitlab-ci.yml
View file @
ce74811e
# 定义流水线要使用的 Docker 镜像
image
:
harbor
.sourcefind.cn:5
443
/dcu/admin/base/
pytorch:2.5.1
-ubuntu22.04-dtk25.04.
4-1230
-py3.10-202
60115
image
:
image
.sourcefind.cn:5
000
/dcu/admin/base/
vllm:0.8.5
-ubuntu22.04-dtk25.04.
1-rc5-das1.6
-py3.10-202
50724
# 只定义一个阶段
stages
:
...
...
@@ -33,8 +33,7 @@ benchmark_sdxl:
-
echo "Step 2:Installing Python packages from /workspace/packages/sdxl"
-
echo "========================================="
# 从预置目录安装 Python 包
-
pip install "$PACKAGE_DIR/diffusers-0.33.1-py3-none-any.whl" "$PACKAGE_DIR/lightop-0.5.0+das.dtk25041-cp310-cp310-linux_x86_64.whl" "$PACKAGE_DIR/litserve-0.2.15-py3-none-any.whl" --no-deps
-
pip install tokenizers==0.21
-
pip install "$PACKAGE_DIR/diffusers-0.33.1-py3-none-any.whl" "$PACKAGE_DIR/lightop-0.5.0+das.dtk25041-cp310-cp310-linux_x86_64.whl" "$PACKAGE_DIR/litserve-0.2.15-py3-none-any.whl"
-
echo "========================================="
-
echo "Step 3:Running the benchmark"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment