Skip to content

Commit 33ca4ea

Browse files
Evrard-Nilclaude
andcommitted
fix: use pip instead of uv for transformers git install
The uv pip install with Chinese mirror and error suppression was silently failing, leaving the old transformers without glm_moe_dsa support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1e43b6e commit 33ca4ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GLM-5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
build:
6969
dockerfile_inline: |
7070
FROM lmsysorg/sglang:glm5-hopper-patched@sha256:abf8deb5e81cd7f942be8be10b1a92d4360d2f0a245b50ca8d9e27e9c05a98d6
71-
RUN uv pip install git+https://github.com/huggingface/transformers.git --system --break-system-packages -i https://mirrors.aliyun.com/pypi/simple/ 2>/dev/null || true
71+
RUN pip install --no-cache-dir git+https://github.com/huggingface/transformers.git
7272
container_name: glm
7373
command: >
7474
sglang serve

0 commit comments

Comments
 (0)