fix: remove global pip extra-index-url from docker images

Align LLM image pip config with GPU images by dropping the persistent
pypi.org extra-index-url that was added for modelscope-hub fallback.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
suluyan
2026-07-16 14:05:55 +08:00
parent 61571c0169
commit d06f6912d0
3 changed files with 0 additions and 3 deletions

View File

@@ -47,5 +47,4 @@ else
fi
pip config set global.index-url https://mirrors.cloud.aliyuncs.com/pypi/simple
pip config set global.extra-index-url https://pypi.org/simple
pip config set install.trusted-host mirrors.cloud.aliyuncs.com