2 Commits

Author SHA1 Message Date
suluyan
cfe1f4190c fix: reuse legacy hub cache and use build-time PyPI fallback
Reuse flat/hub legacy caches in download paths. For docker builds, pass
PIP_EXTRA_INDEX_URL via ARG and RUN export so PyPI is available during
install without persisting it as an image ENV default.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-21 20:01:05 +08:00
suluyan
5ee9b27220 feat(docker): add AMD ROCm image build from vllm-openai-rocm
Add image_type=amd that auto-resolves the newest concrete Docker Hub
tag, probes rocm/python/torch without GPU, installs modelscope from the
build branch, and tags as ubuntu*-rocm*-py*-torch*-{version}.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-17 11:19:02 +08:00