mirror of
https://github.com/modelscope/modelscope.git
synced 2026-09-02 03:59:31 +02:00
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>
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
description: 'ModelScope branch to build from(release/x.xx)'
|
||||
required: true
|
||||
image_type:
|
||||
description: 'The image type to build(base/old/stable/latest)'
|
||||
description: 'The image type to build(base/old/stable/latest/amd/ascend)'
|
||||
required: true
|
||||
modelscope_version:
|
||||
description: 'ModelScope version to use(x.xx.x)'
|
||||
|
||||
Reference in New Issue
Block a user